mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add bigger screenshots
According to this conversation: https://oasis.sandstorm.io/grain/mZ6GkpaHjWAyxxKXgwTCG5/b/sandstorm/libreboard/KgLwFJqLmgheFvwRc 2 bigger screenshots added
This commit is contained in:
parent
167e873e13
commit
664824c931
4 changed files with 8 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
BIN
meta/screenshots/board_view_01.png
Normal file
BIN
meta/screenshots/board_view_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 396 KiB |
BIN
meta/screenshots/board_view_02.png
Normal file
BIN
meta/screenshots/board_view_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 329 KiB |
|
@ -76,11 +76,15 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
|
|
||||||
screenshots = [
|
screenshots = [
|
||||||
(
|
(
|
||||||
width = 512,
|
width = 1920,
|
||||||
height = 330,
|
height = 1133,
|
||||||
jpeg = embed "meta/screenshots/board-view.jpg"
|
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 = (
|
changeLog = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue