Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Jan 5, 2025
1 parent 0cd212c commit 0cdb250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/scripts/linuxdeployqt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ chmod a+x linuxdeploy-*.AppImage

mkdir -p bin/appdir/usr
make install INSTALL_ROOT=bin/appdir
cp dist/linux/hicolor/scalable/apps/com.interversehq.qView.svg bin/appdir/
cd bin
rm qview

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
../linuxdeploy-x86_64.AppImage \
--plugin qt \
--appdir appdir \
--desktop-file ../dist/linux/com.interversehq.qView.desktop \
--icon-file ../dist/linux/hicolor/scalable/apps/com.interversehq.qView.svg \
--desktop-file appdir/usr/share/applications/com.interversehq.qView.desktop \
--output appimage

if [ $1 != "" ]; then
Expand Down

0 comments on commit 0cdb250

Please sign in to comment.