File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ BASE_DIR=${PWD}
66mkdir ${BASE_DIR} /out
77
88# Download tools
9- # wget -N https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
10- # chmod +x linuxdeploy-"$ARCH".AppImage
9+ wget -N https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-" $ARCH " .AppImage
10+ chmod +x linuxdeploy-" $ARCH " .AppImage
1111
12- # wget -N https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
13- # chmod +x linuxdeploy-plugin-qt-"$ARCH".AppImage
12+ wget -N https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-" $ARCH " .AppImage
13+ chmod +x linuxdeploy-plugin-qt-" $ARCH " .AppImage
1414
1515LINUXDEPLOY_BIN=${PWD} /linuxdeploy-" $ARCH " .AppImage
1616LINUXDEPLOY_PLUGIN_QT_BIN=${PWD} /linuxdeploy-plugin-qt-" $ARCH " .AppImage
You can’t perform that action at this time.
0 commit comments