File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ if [[ "$checkrt_arch" == "i386" ]]; then
8181 checkrt_arch=i686
8282fi
8383
84- wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-" $ARCH " .AppImage
85- wget https://github.com/TheAssassin/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-" $ARCH " .AppImage
84+ wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-" $CMAKE_ARCH " .AppImage
85+ wget https://github.com/TheAssassin/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-" $CMAKE_ARCH " .AppImage
8686wget https://github.com/linuxdeploy/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt-" $checkrt_arch " .sh
8787chmod +x linuxdeploy* .AppImage linuxdeploy-plugin-checkrt* .sh
8888
@@ -110,7 +110,7 @@ for app in appimageupdatetool AppImageUpdate validate; do
110110 export OUTPUT=" $app " -" $ARCH " .AppImage
111111
112112 # bundle application
113- ./linuxdeploy-" $ARCH " .AppImage --appdir " $app " .AppDir --output appimage " ${extra_flags[@]} " -d " $REPO_ROOT " /resources/" $app " .desktop -i " $REPO_ROOT " /resources/appimage.png --plugin checkrt
113+ ./linuxdeploy-" $CMAKE_ARCH " .AppImage --appdir " $app " .AppDir --output appimage " ${extra_flags[@]} " -d " $REPO_ROOT " /resources/" $app " .desktop -i " $REPO_ROOT " /resources/appimage.png --plugin checkrt
114114done
115115
116116# move AppImages to old cwd
You can’t perform that action at this time.
0 commit comments