Ver código fonte

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.
Maxime Quandalle 9 anos atrás
pai
commit
c62050994c

BIN
meta/screenshots/board-view.jpg


BIN
meta/screenshots/board-view.png


+ 8 - 12
sandstorm-pkgdef.capnp

@@ -73,18 +73,14 @@ const pkgdef :Spk.PackageDefinition = (
 
 
       shortDescription = (defaultText = "Kanban board"),
       shortDescription = (defaultText = "Kanban board"),
 
 
-      # screenshots = [
-      #   (
-      #     width = 1222,
-      #     height = 822,
-      #     png = embed "meta/screenshots/board-view.png"
-      #   ),
-      #   # XXX The UI visible screenshot is outdated, make some new screenshots
-      #   # 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?
+      screenshots = [
+        (
+          width = 1024,
+          height = 660,
+          jpeg = embed "meta/screenshots/board-view.jpg"
+        ),
+        # XXX The screenshots should have a standard width and height.
+      ],
 
 
       changeLog = (
       changeLog = (
         defaultText = embed "History.md",
         defaultText = embed "History.md",