Verbose linuxdeploy

This commit is contained in:
Adam Honse 2020-11-09 09:08:55 -06:00
parent 52e802e226
commit 7ffefed6c7

View file

@ -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 #