Skip to content

Commit

Permalink
also provide an AppImage for download
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Jun 13, 2023
1 parent d7cd1b8 commit 2857939
Show file tree
Hide file tree
Showing 15 changed files with 252 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .appimage/AppRun
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

HERE="$(dirname "$(readlink -f "${0}")")"
EXEC="${HERE}/usr/bin/hellocontest"
exec "${EXEC}"
90 changes: 90 additions & 0 deletions .appimage/hellocontest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .assets/hellocontest-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .assets/hellocontest-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .assets/hellocontest-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .assets/hellocontest-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .assets/hellocontest-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .assets/hellocontest-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion .assets/hellocontest.desktop
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Version=1.0
Name=Hello Contest
Comment=Hello Contest is a simple HF contest log for Linux
Exec=hellocontest
Icon=hellocontest
Terminal=false
X-MultipleArgs=false
Type=Application
Categories=HamRadio;
Categories=Network;HamRadio
StartupNotify=true
Loading

0 comments on commit 2857939

Please sign in to comment.