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 501e1d5 commit 65ef0d1
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 54 deletions.
20 changes: 20 additions & 0 deletions appimage/CoilsOfHate.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.CoilsOfHate</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>com.games.CoilsOfHate</name>
<summary>Coils of Hate (SDL)</summary>
<description>
<p>This is an Implementation of Coils of Hate gamebook in C++ and SDL.</p>
</description>
<url type="homepage">https://github.com/daelsepara/sdl-coils/</url>
<screenshots>
<screenshot typegi="default">
<image>https://raw.githubusercontent.com/daelsepara/sdl-coils/main/src/icons/snake.png</image>
</screenshot>
</screenshots>
<provides>
<id>com.games.CoilsOfHate.desktop</id>
</provides>
</component>
10 changes: 10 additions & 0 deletions appimage/CoilsOfHate.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Coils of Hate
Exec=CoilsOfHate.exe
TryExec=CoilsOfHate.exe
Icon=snake
Terminal=false
Categories=Game;
Type=Application
Name[en_DK]=Coils of Hate
Name[en_US]=Coils of Hate
2 changes: 1 addition & 1 deletion build/amd64/debian/CoilsOfHate.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=The Coils of Hate
Comment=The Coils of Hate
Version=1.0.4
Version=1.0.5
TryExec=/usr/local/games/CoilsOfHate/CoilsOfHate.exe
Exec=/usr/local/games/CoilsOfHate/CoilsOfHate.exe
Icon=/usr/local/games/CoilsOfHate/icons/snake.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: coils-of-hate
Version: 1.0.4
Version: 1.0.5
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: amd64
Description: The Coils of Hate (SDL)
Expand Down
2 changes: 1 addition & 1 deletion build/armhf/raspbian/CoilsOfHate.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=The Coils of Hate
Comment=The Coils of Hate
Version=1.0.4
Version=1.0.5
TryExec=/usr/local/games/CoilsOfHate/CoilsOfHate.exe
Exec=/usr/local/games/CoilsOfHate/CoilsOfHate.exe
Icon=/usr/local/games/CoilsOfHate/icons/snake.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: coils-of-hate
Version: 1.0.4
Version: 1.0.5
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: armhf
Description: The Coils of Hate (SDL)
Expand Down
2 changes: 1 addition & 1 deletion build/i386/debian/CoilsOfHate.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=The Coils of Hate
Comment=The Coils of Hate
Version=1.0.4
Version=1.0.5
TryExec=/usr/local/games/CoilsOfHate/CoilsOfHate.exe
Exec=/usr/local/games/CoilsOfHate/CoilsOfHate.exe
Icon=/usr/local/games/CoilsOfHate/icons/snake.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: coils-of-hate
Version: 1.0.4
Version: 1.0.5
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: i386
Description: The Coils of Hate (SDL)
Expand Down
Loading

0 comments on commit 65ef0d1

Please sign in to comment.