Skip to content

Commit

Permalink
fix: initial screen flicker, add appimage metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Aug 16, 2024
1 parent 567f9ef commit cf0327e
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 54 deletions.
2 changes: 1 addition & 1 deletion build/amd64/debian/OnceUponATimeInArabia.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Once Upon A Time in Arabia
Comment=Once Upon A Time in Arabia
Version=1.0.3
Version=1.0.4
TryExec=/usr/local/games/OnceUponATimeInArabia/OnceUponATimeInArabia.exe
Exec=/usr/local/games/OnceUponATimeInArabia/OnceUponATimeInArabia.exe
Icon=/usr/local/games/OnceUponATimeInArabia/icons/lamp.png
Expand Down
2 changes: 1 addition & 1 deletion build/amd64/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: twist-of-fate
Version: 1.0.3
Version: 1.0.4
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: amd64
Description: Once Upon a Time in Arabia / Twist of Fate (SDL)
Expand Down
20 changes: 20 additions & 0 deletions build/appimage/OnceUponATimeInArabia.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.games.OnceUponATimeInArabia</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>com.games.OnceUponATimeInArabia</name>
<summary>Once Upon a Time in Arabia (SDL)</summary>
<description>
<p>This is an Implementation of Once Upon a Time in Arabia gamebook in C++ and SDL.</p>
</description>
<url type="homepage">https://github.com/daelsepara/sdl-arabia/</url>
<screenshots>
<screenshot typegi="default">
<image>https://raw.githubusercontent.com/daelsepara/sdl-arabia/main/src/icons/lamp.png</image>
</screenshot>
</screenshots>
<provides>
<id>com.games.OnceUponATimeInArabia.desktop</id>
</provides>
</component>
10 changes: 10 additions & 0 deletions build/appimage/OnceUponATimeInArabia.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Once Upon a Time in Arabia
Exec=OnceUponATimeInArabia.exe
TryExec=OnceUponATimeInArabia.exe
Icon=lamp
Terminal=false
Categories=Game;
Type=Application
Name[en_DK]=Once Upon a Time in Arabia
Name[en_US]=Once Upon a Time in Arabia
2 changes: 1 addition & 1 deletion build/armhf/raspbian/OnceUponATimeInArabia.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Once Upon A Time in Arabia
Comment=Once Upon A Time in Arabia
Version=1.0.3
Version=1.0.4
TryExec=/usr/local/games/OnceUponATimeInArabia/OnceUponATimeInArabia.exe
Exec=/usr/local/games/OnceUponATimeInArabia/OnceUponATimeInArabia.exe
Icon=/usr/local/games/OnceUponATimeInArabia/icons/lamp.png
Expand Down
2 changes: 1 addition & 1 deletion build/armhf/raspbian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: twist-of-fate
Version: 1.0.3
Version: 1.0.4
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: armhf
Description: Once Upon a Time in Arabia / Twist of Fate (SDL)
Expand Down
2 changes: 1 addition & 1 deletion build/i386/debian/OnceUponATimeInArabia.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Once Upon A Time in Arabia
Comment=Once Upon A Time in Arabia
Version=1.0.3
Version=1.0.4
TryExec=/usr/local/games/OnceUponATimeInArabia/OnceUponATimeInArabia.exe
Exec=/usr/local/games/OnceUponATimeInArabia/OnceUponATimeInArabia.exe
Icon=/usr/local/games/OnceUponATimeInArabia/icons/lamp.png
Expand Down
2 changes: 1 addition & 1 deletion build/i386/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: twist-of-fate
Version: 1.0.3
Version: 1.0.4
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: i386
Description: Once Upon a Time in Arabia / Twist of Fate (SDL)
Expand Down
Loading

0 comments on commit cf0327e

Please sign in to comment.