From 7ffefed6c7345d2fda3e1ced0db4f591626c5b6b Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 9 Nov 2020 09:08:55 -0600 Subject: [PATCH] Verbose linuxdeploy --- scripts/build-appimage.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build-appimage.sh b/scripts/build-appimage.sh index 731c7406..45e7bf9b 100755 --- a/scripts/build-appimage.sh +++ b/scripts/build-appimage.sh @@ -71,9 +71,9 @@ chmod +x linuxdeploy*.AppImage # files # export QML_SOURCES_PATHS="$REPO_ROOT"/src -./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir -e OpenRGB -i "$REPO_ROOT"/qt/OpenRGB.png -d "$REPO_ROOT"/qt/OpenRGB.desktop -./linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract-and-run --appdir AppDir -./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir --output appimage +./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir -e OpenRGB -i "$REPO_ROOT"/qt/OpenRGB.png -d "$REPO_ROOT"/qt/OpenRGB.desktop -v0 +./linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract-and-run --appdir AppDir -v0 +./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir --output appimage -v0 #-----------------------------------------------------------------------# # Move built AppImage back into original CWD #