Skip to content

Commit

Permalink
Fix: Initial Screen Flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Aug 16, 2024
1 parent 2a0953d commit aa09f13
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 61 deletions.
2 changes: 1 addition & 1 deletion build/amd64/debian/GreenBlood.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Green Blood
Comment=Green Blood
Version=1.0.4
Version=1.0.5
TryExec=/usr/local/games/GreenBlood/GreenBlood.exe
Exec=/usr/local/games/GreenBlood/GreenBlood.exe
Icon=/usr/local/games/GreenBlood/icons/park.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: green-blood
Version: 1.0.4
Version: 1.0.5
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: amd64
Description: Green Blood (SDL)
Expand Down
20 changes: 20 additions & 0 deletions build/appimage/GreenBlood.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.GreenBlood</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>com.games.GreenBlood</name>
<summary>Green Blood (SDL)</summary>
<description>
<p>This is an Implementation of Green Blood gamebook in C++ and SDL.</p>
</description>
<url type="homepage">https://github.com/daelsepara/sdl-green/</url>
<screenshots>
<screenshot typegi="default">
<image>https://raw.githubusercontent.com/daelsepara/sdl-green/main/src/icons/park.png</image>
</screenshot>
</screenshots>
<provides>
<id>com.games.GreenBlood.desktop</id>
</provides>
</component>
10 changes: 10 additions & 0 deletions build/appimage/GreenBlood.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Green Blood
Exec=GreenBlood.exe
TryExec=GreenBlood.exe
Icon=park
Terminal=false
Categories=Game;
Type=Application
Name[en_DK]=Green Blood
Name[en_US]=Green Blood
2 changes: 1 addition & 1 deletion build/armhf/raspbian/GreenBlood.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Green Blood
Comment=Green Blood
Version=1.0.4
Version=1.0.5
TryExec=/usr/local/games/GreenBlood/GreenBlood.exe
Exec=/usr/local/games/GreenBlood/GreenBlood.exe
Icon=/usr/local/games/GreenBlood/icons/park.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: green-blood
Version: 1.0.4
Version: 1.0.5
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: armhf
Description: Green Blood (SDL)
Expand Down
2 changes: 1 addition & 1 deletion build/i386/debian/GreenBlood.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Green Blood
Comment=Green Blood
Version=1.0.4
Version=1.0.5
TryExec=/usr/local/games/GreenBlood/GreenBlood.exe
Exec=/usr/local/games/GreenBlood/GreenBlood.exe
Icon=/usr/local/games/GreenBlood/icons/park.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: green-blood
Version: 1.0.4
Version: 1.0.5
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: i386
Description: Green Blood (SDL)
Expand Down
Loading

0 comments on commit aa09f13

Please sign in to comment.