We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f56e3dd commit 6e2a2beCopy full SHA for 6e2a2be
ms-windows/mxe/build-mxe.sh
@@ -109,7 +109,6 @@ __TXT__
109
cd ${RELEASE_DIR}/..
110
ZIP_NAME=qgis-mxe-release-$(date +%Y-%m-%d-%H-%I-%S).zip
111
zip -r ${ZIP_NAME} $(basename ${RELEASE_DIR})
112
-mv ${ZIP_NAME} ${_PWD}
113
114
# Cleanup
115
rm -rf ${RELEASE_DIR}
ms-windows/mxe/build.sh
@@ -4,8 +4,8 @@
4
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5
6
docker run \
7
- -v `pwd`:`pwd` \
8
- -w `pwd` --rm \
+ -v $(pwd):$(pwd) \
+ -w $(pwd) --rm \
9
--user $(id -u):$(id -g) \
10
-it elpaso/mxe-qt5-builder \
11
${DIR}/build-mxe.sh
0 commit comments