File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 TEMP_BASE=/tmp
1616fi
1717
18- BUILD_DIR=$( mktemp -d -p " $TEMP_BASE " linuxdeploy-plugin-qt-build-XXXXXX)
18+ BUILD_DIR=" $( mktemp -d -p " $TEMP_BASE " linuxdeploy-plugin-qt-build-XXXXXX) "
1919
2020cleanup () {
2121 if [ -d " $BUILD_DIR " ]; then
@@ -26,8 +26,8 @@ cleanup () {
2626trap cleanup EXIT
2727
2828# store repo root as variable
29- REPO_ROOT=$( readlink -f $( dirname $( dirname " $0 " ) ) )
30- OLD_CWD=$( readlink -f .)
29+ REPO_ROOT=" $( readlink -f " $( dirname " $( dirname " $0 " ) " ) " ) "
30+ OLD_CWD=" $( readlink -f .) "
3131
3232pushd " $BUILD_DIR "
3333
3737
3838cmake " $REPO_ROOT " -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo " ${EXTRA_CMAKE_ARGS[@]} " -DBUILD_TESTING=On -DSTATIC_BUILD=On
3939
40- make -j$( nproc)
40+ make -j" $( nproc) "
4141
4242ctest -V --no-tests=error
4343
@@ -53,7 +53,7 @@ strip_path="$(readlink -f out/usr/bin/strip)"
5353
5454export UPD_INFO=" gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-qt|continuous|linuxdeploy-plugin-qt-$ARCH .AppImage"
5555
56- wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-" $ARCH " .AppImage
56+ wget " https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-$ARCH .AppImage"
5757chmod +x linuxdeploy* .AppImage
5858./linuxdeploy-" $ARCH " .AppImage --appdir AppDir \
5959 -d " $REPO_ROOT " /resources/linuxdeploy-plugin-qt.desktop \
You can’t perform that action at this time.
0 commit comments