Skip to content

Commit d8cdd91

Browse files
committed
Improve AppImage script
1 parent 507dde3 commit d8cdd91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-appimage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ make -j$(nproc)
77

88
make install DESTDIR=AppDir
99

10+
# In case some basic directory structure is not created
11+
./linuxdeploy-x86_64.AppImage --appdir AppDir
12+
1013
cp ./bin/assets/logo.png ./AppDir/usr/share/icons/hicolor/128x128/apps/aviateur.png
1114
cp -r ./bin/assets ./AppDir
1215
cp ./bin/aviateur ./AppDir/usr/bin/

0 commit comments

Comments
 (0)