@@ -54,26 +54,19 @@ qmake "$REPO_ROOT"
5454make -j$( nproc)
5555make install INSTALL_ROOT=AppDir
5656
57- # -----------------------------------------------------------------------#
58- # Now, build AppImage using linuxdeploy and linuxdeploy-plugin-qt #
59- # Download linuxdeploy and its Qt plugin #
60- # -----------------------------------------------------------------------#
61- wget https://artifacts.assassinate-you.net/artifactory/list/linuxdeploy/travis-456/linuxdeploy-x86_64.AppImage
62- wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
63-
6457# -----------------------------------------------------------------------#
6558# Make them executable #
6659# -----------------------------------------------------------------------#
67- chmod +x linuxdeploy* .AppImage
60+ chmod +x " $REPO_ROOT " /OpenRGB/scripts/tools/ linuxdeploy* .AppImage
6861
6962# -----------------------------------------------------------------------#
7063# Make sure Qt plugin finds QML sources so it can deploy the imported #
7164# files #
7265export QML_SOURCES_PATHS=" $REPO_ROOT " /src
7366
74- . /linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir -e KeyboardVisualizer -i " $REPO_ROOT " /KeyboardVisualizerQT/KeyboardVisualizer.png -d " $REPO_ROOT " /KeyboardVisualizerQT/KeyboardVisualizer.desktop
75- . /linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract-and-run --appdir AppDir
76- . /linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir --output appimage
67+ " $REPO_ROOT " /OpenRGB/scripts/tools /linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir -e KeyboardVisualizer -i " $REPO_ROOT " /KeyboardVisualizerQT/KeyboardVisualizer.png -d " $REPO_ROOT " /KeyboardVisualizerQT/KeyboardVisualizer.desktop
68+ " $REPO_ROOT " /OpenRGB/scripts/tools /linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract-and-run --appdir AppDir
69+ " $REPO_ROOT " /OpenRGB/scripts/tools /linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir --output appimage
7770
7871# -----------------------------------------------------------------------#
7972# Move built AppImage back into original CWD #
0 commit comments