mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add a screenshot for sandstorm
It seems that the total size of the sandstorm package manifest can't exceed a certain size. Putting a small image works until I figure out what the issue is.
This commit is contained in:
parent
69b908422f
commit
c62050994c
3 changed files with 8 additions and 12 deletions
BIN
meta/screenshots/board-view.jpg
Normal file
BIN
meta/screenshots/board-view.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 160 KiB |
|
|
@ -73,18 +73,14 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
|
|
||||||
shortDescription = (defaultText = "Kanban board"),
|
shortDescription = (defaultText = "Kanban board"),
|
||||||
|
|
||||||
# screenshots = [
|
screenshots = [
|
||||||
# (
|
(
|
||||||
# width = 1222,
|
width = 1024,
|
||||||
# height = 822,
|
height = 660,
|
||||||
# png = embed "meta/screenshots/board-view.png"
|
jpeg = embed "meta/screenshots/board-view.jpg"
|
||||||
# ),
|
),
|
||||||
# # XXX The UI visible screenshot is outdated, make some new screenshots
|
# XXX The screenshots should have a standard width and height.
|
||||||
# # before the final v0.9 release.
|
],
|
||||||
# # XXX The screenshots should have a standard width and height.
|
|
||||||
# ],
|
|
||||||
# XXX Disabled because it seems that the PNG image is too large and causes
|
|
||||||
# an exception, is it?
|
|
||||||
|
|
||||||
changeLog = (
|
changeLog = (
|
||||||
defaultText = embed "History.md",
|
defaultText = embed "History.md",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue