File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ DESTDIR=AppDir cmake --install build
88
99wget -q -nc https://github.com/linuxdeploy/linuxdeploy/releases/latest/download/linuxdeploy-x86_64.AppImage https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
1010chmod +x linuxdeploy-* .AppImage
11+ ./linuxdeploy-x86_64.AppImage --appimage-extract
12+ mv squashfs-root linuxdeploy
13+ ./linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract
14+ mv squashfs-root linuxdeploy-plugin-qt
15+ rm linuxdeploy-* .AppImage
16+ export PATH=" $PWD /linuxdeploy/usr/bin:$PWD /linuxdeploy-plugin-qt/usr/bin:$PATH "
1117
1218# create fake desktop file
1319mkdir -p AppDir/usr/share/applications
2531mkdir -p AppDir/usr/share/icons/hicolor/scalable/apps
2632cp assets/blobdrop.svg AppDir/usr/share/icons/hicolor/scalable/apps/
2733
28- QML_SOURCES_PATHS=" $PWD /src/qml" QMAKE=/usr/bin/qmake6 ./ linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage
34+ QML_SOURCES_PATHS=" $PWD /src/qml" QMAKE=" $( which qmake ) " linuxdeploy/AppRun --appdir AppDir --plugin qt --output appimage
You can’t perform that action at this time.
0 commit comments