mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 11:15:05 -05:00
Add assets (#113)
* Add 128x128 icon needed for Flathub submission * Add screenshot * Align metainfo to use screenshot in the upstream repository * Edit CMake to install 128x128 icon in correct folder * Add jpg screenshots
This commit is contained in:
parent
4db4e5fbcb
commit
ad4a17c2f2
5 changed files with 4 additions and 5 deletions
|
@ -229,6 +229,8 @@ if(UNIX AND NOT APPLE)
|
||||||
"share/icons/hicolor/32x32/apps" RENAME "${PROJECT_NAME}.png")
|
"share/icons/hicolor/32x32/apps" RENAME "${PROJECT_NAME}.png")
|
||||||
install(FILES "${PROJECT_NAME}/Icon_48x48.png" DESTINATION
|
install(FILES "${PROJECT_NAME}/Icon_48x48.png" DESTINATION
|
||||||
"share/icons/hicolor/48x48/apps" RENAME "${PROJECT_NAME}.png")
|
"share/icons/hicolor/48x48/apps" RENAME "${PROJECT_NAME}.png")
|
||||||
|
install(FILES "${PROJECT_NAME}/Icon_128x128.png" DESTINATION
|
||||||
|
"share/icons/hicolor/128x128/apps" RENAME "${PROJECT_NAME}.png")
|
||||||
install(FILES "${PROJECT_NAME}/Icon_192x192.png" DESTINATION
|
install(FILES "${PROJECT_NAME}/Icon_192x192.png" DESTINATION
|
||||||
"share/icons/hicolor/192x192/apps" RENAME "${PROJECT_NAME}.png")
|
"share/icons/hicolor/192x192/apps" RENAME "${PROJECT_NAME}.png")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -21,13 +21,10 @@
|
||||||
</provides>
|
</provides>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://github.com/kowalski7cc/com.github.k4zmu2a.spacecadetpinball/blob/main/screenshots/screenshot-1.png?raw=true</image>
|
<image>https://raw.githubusercontent.com/k4zmu2a/SpaceCadetPinball/master/Screenshots/screenshot-1.jpg</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image>https://github.com/kowalski7cc/com.github.k4zmu2a.spacecadetpinball/blob/main/screenshots/screenshot-2.png?raw=true</image>
|
<image>https://raw.githubusercontent.com/k4zmu2a/SpaceCadetPinball/master/Screenshots/screenshot-2.jpg</image>
|
||||||
</screenshot>
|
|
||||||
<screenshot>
|
|
||||||
<image>https://github.com/kowalski7cc/com.github.k4zmu2a.spacecadetpinball/blob/main/screenshots/screenshot-3.png?raw=true</image>
|
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
|
BIN
Screenshots/screenshot-1.jpg
Normal file
BIN
Screenshots/screenshot-1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 612 KiB |
BIN
Screenshots/screenshot-2.jpg
Normal file
BIN
Screenshots/screenshot-2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 278 KiB |
BIN
SpaceCadetPinball/Icon_128x128.png
Normal file
BIN
SpaceCadetPinball/Icon_128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue