Build tools and some fixes

This commit is contained in:
2024-05-03 18:00:03 +03:00
parent d15dc4ff37
commit 6e1a8738e0
11 changed files with 58 additions and 10 deletions

1
AppImage/.DirIcon Symbolic link
View File

@@ -0,0 +1 @@
icon.png

2
AppImage/AppRun Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
exec $APPDIR/usr/bin/learn-hieroglyph

BIN
AppImage/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Learn Hieroglyph
Exec=learn-hieroglyph
Icon=icon
Categories=Utility;

BIN
AppImage/usr/bin/learn-hieroglyph Executable file

Binary file not shown.

Binary file not shown.