mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2024-11-10 06:00:08 +00: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
@ -229,6 +229,8 @@ if(UNIX AND NOT APPLE)
|
||||
"share/icons/hicolor/32x32/apps" RENAME "${PROJECT_NAME}.png")
|
||||
install(FILES "${PROJECT_NAME}/Icon_48x48.png" DESTINATION
|
||||
"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
|
||||
"share/icons/hicolor/192x192/apps" RENAME "${PROJECT_NAME}.png")
|
||||
endif()
|
||||
|
@ -21,13 +21,10 @@
|
||||
</provides>
|
||||
<screenshots>
|
||||
<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>
|
||||
<image>https://github.com/kowalski7cc/com.github.k4zmu2a.spacecadetpinball/blob/main/screenshots/screenshot-2.png?raw=true</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/kowalski7cc/com.github.k4zmu2a.spacecadetpinball/blob/main/screenshots/screenshot-3.png?raw=true</image>
|
||||
<image>https://raw.githubusercontent.com/k4zmu2a/SpaceCadetPinball/master/Screenshots/screenshot-2.jpg</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<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 New Issue
Block a user