-
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 build metadata for appimage. Fix initial screen flicker
- Loading branch information
1 parent
496fe7c
commit 5e26d02
Showing
9 changed files
with
60 additions
and
15 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.NecklaceOfSkulls</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0</project_license> | ||
<name>com.games.NecklaceOfSkulls</name> | ||
<summary>Necklace of Skulls (SDL)</summary> | ||
<description> | ||
<p>This is an Implementation of Necklace of Skulls gamebook in C++ and SDL.</p> | ||
</description> | ||
<url type="homepage">https://github.com/daelsepara/sdl-skulls/</url> | ||
<screenshots> | ||
<screenshot typegi="default"> | ||
<image>https://raw.githubusercontent.com/daelsepara/sdl-skulls/main/src/icons/maya.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<provides> | ||
<id>com.games.NecklaceOfSkulls.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=Necklace of Skulls | ||
Exec=NecklaceOfSkulls.exe | ||
TryExec=NecklaceOfSkulls.exe | ||
Icon=maya | ||
Terminal=false | ||
Categories=Game; | ||
Type=Application | ||
Name[en_DK]=Necklace of Skulls | ||
Name[en_US]=Necklace of Skulls |
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