Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Mar 4, 2024
1 parent ed75e9d commit 41be902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
sudo apt update
sudo apt install libxcb-* libfuse-dev libssl-dev
./tools/compile.sh
ldd /tmp/pingviewer-x86_64.AppImage
mv /tmp/pingviewer-x86_64.AppImage pingviewer-Release.AppImage
- name: Build Mac
Expand Down
2 changes: 1 addition & 1 deletion tools/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if [[ $machine = *"Linux"* ]]; then
runstep "wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage -O /tmp/linuxdeploy-plugin-qt.AppImage" "Download linuxdeploy Qt plugin" "Failed to download linuxdeploy Qt plugin"
runstep "chmod a+x /tmp/linuxdeploy.AppImage" "Convert linuxdeploy to executable" "Failed to turn linuxdeploy in executable"
runstep "chmod a+x /tmp/linuxdeploy-plugin-qt.AppImage" "Convert linuxdeploy Qt plugin to executable" "Failed to turn linuxdeploy Qt plugin in executable"
ldd $deployfolder/pingviewer
ldd --verbose $deployfolder/pingviewer
runstep "unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH;" "Unset some Qt variables" "Failed to unset unused Qt variables"
runstep "export QML_SOURCES_PATHS=${projectpath}/qml" "Set QML_SOURCES_PATHS" "Failed to set QML_SOURCES_PATHS"
runstep "/tmp/linuxdeploy.AppImage --icon-file=$PWD/qml/imgs/pingviewer.png --desktop-file=${deployfolder}/pingviewer.desktop --executable=${deployfolder}/pingviewer --appdir=${deployfolder} --plugin qt --output appimage --verbosity=3" "Run linuxdeploy" "Failed to run linuxdeploy"
Expand Down

0 comments on commit 41be902

Please sign in to comment.