-
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.
add appimage metadata, fix initial screen flicker
- Loading branch information
1 parent
2b5b52c
commit 7d76520
Showing
9 changed files
with
83 additions
and
38 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
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
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.DownAmongTheDeadMen</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0</project_license> | ||
<name>com.games.DownAmongTheDeadMen</name> | ||
<summary>Down Among the Dead Men (SDL)</summary> | ||
<description> | ||
<p>This is an Implementation of Down Among the Dead Men gamebook in C++ and SDL.</p> | ||
</description> | ||
<url type="homepage">https://github.com/daelsepara/sdl-dead/</url> | ||
<screenshots> | ||
<screenshot typegi="default"> | ||
<image>https://raw.githubusercontent.com/daelsepara/sdl-dead/main/src/icons/pirate-ship.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<provides> | ||
<id>com.games.DownAmongTheDeadMen.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=Down Among the Dead Men | ||
Exec=DownAmongTheDeadMen.exe | ||
TryExec=DownAmongTheDeadMen.exe | ||
Icon=pirate-ship | ||
Terminal=false | ||
Categories=Game; | ||
Type=Application | ||
Name[en_DK]=Down Among the Dead Men | ||
Name[en_US]=Down Among the Dead Men |
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