-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: initial screen flicker, add appimage metadata
- Loading branch information
1 parent
501e1d5
commit 65ef0d1
Showing
9 changed files
with
107 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.