From 664824c9317e423f86d3a3428b24f5fa813e4d43 Mon Sep 17 00:00:00 2001 From: JJ Date: Tue, 28 Mar 2017 07:29:10 +0200 Subject: Add bigger screenshots According to this conversation: https://oasis.sandstorm.io/grain/mZ6GkpaHjWAyxxKXgwTCG5/b/sandstorm/libreboard/KgLwFJqLmgheFvwRc 2 bigger screenshots added --- sandstorm-pkgdef.capnp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'sandstorm-pkgdef.capnp') diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 897f6f57..24941c49 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -76,11 +76,15 @@ const pkgdef :Spk.PackageDefinition = ( screenshots = [ ( - width = 512, - height = 330, - jpeg = embed "meta/screenshots/board-view.jpg" + width = 1920, + height = 1133, + png = embed "meta/screenshots/board_view_01.png" + ), + ( + width = 1920, + height = 1133, + png = embed "meta/screenshots/board_view_02.png" ), - # XXX The screenshots should have a standard width and height. ], changeLog = ( -- cgit v1.2.3-1-g7c22