Skip to content

Commit

Permalink
Fix AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
AxVultis committed Dec 2, 2023
1 parent a1e0fd6 commit e58f76f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appimage/create-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ if ! test -f "linuxdeploy-plugin-qt-x86_64.AppImage"; then
fi
chmod u+x ./*.AppImage
cp ../build/release/conceal-desktop .
mkdir -p usr/share/icons
mkdir -p usr/lib
cp ../src/images/conceal.png usr/share/icons
cp /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 usr/lib
cp /usr/lib/x86_64-linux-gnu/libssl.so.1.1 usr/lib
./linuxdeploy-x86_64.AppImage --executable ./conceal-desktop --desktop-file conceal-desktop.desktop --appdir . --output appimage --plugin qt
./linuxdeploy-x86_64.AppImage --executable ./conceal-desktop --desktop-file conceal-desktop.desktop --appdir . --output appimage --plugin qt --icon-file ../src/images/conceal.png

0 comments on commit e58f76f

Please sign in to comment.