Skip to content

Commit ccd3b2e

Browse files
Update OpenRGB submodule, use bundled AppImage creation tools
1 parent 2ac9c93 commit ccd3b2e

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

OpenRGB

Submodule OpenRGB updated from 716b2aa to b24f989

scripts/build-appimage.sh

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,19 @@ qmake "$REPO_ROOT"
5454
make -j$(nproc)
5555
make 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 #
7265
export 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

Comments
 (0)