Skip to content

Commit 0c40071

Browse files
committed
fix capnp
1 parent 8c8e73e commit 0c40071

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.sandstorm/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
### FIRST Sandstorm VERSION of Rocket.Chat
File renamed without changes.
File renamed without changes.
File renamed without changes.

.sandstorm/sandstorm-pkgdef.capnp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ const pkgdef :Spk.PackageDefinition = (
5959
),
6060
pgpKeyring = embed "pgp-keyring",
6161

62-
description = (defaultText = embed "README.md"),
62+
description = (defaultText = embed "../README.md"),
6363
shortDescription = (defaultText = "Messaging App"),
6464

6565
screenshots = [
66-
(width = 448, height = 343, png = embed "screenshot.png")
66+
(width = 1024, height = 733, png = embed "screenshot.png")
6767
],
6868

6969
changeLog = (defaultText = embed "CHANGELOG.md"),

0 commit comments

Comments
 (0)