@@ -54,26 +54,19 @@ qmake "$REPO_ROOT"
54
54
make -j$( nproc)
55
55
make install INSTALL_ROOT=AppDir
56
56
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
-
64
57
# -----------------------------------------------------------------------#
65
58
# Make them executable #
66
59
# -----------------------------------------------------------------------#
67
- chmod +x linuxdeploy* .AppImage
60
+ chmod +x " $REPO_ROOT " /OpenRGB/scripts/tools/ linuxdeploy* .AppImage
68
61
69
62
# -----------------------------------------------------------------------#
70
63
# Make sure Qt plugin finds QML sources so it can deploy the imported #
71
64
# files #
72
65
export QML_SOURCES_PATHS=" $REPO_ROOT " /src
73
66
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
77
70
78
71
# -----------------------------------------------------------------------#
79
72
# Move built AppImage back into original CWD #
0 commit comments