Skip to content

Commit 6e2a2be

Browse files
committedOct 13, 2018
Small enhancements to mxe scripts
1 parent f56e3dd commit 6e2a2be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎ms-windows/mxe/build-mxe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ __TXT__
109109
cd ${RELEASE_DIR}/..
110110
ZIP_NAME=qgis-mxe-release-$(date +%Y-%m-%d-%H-%I-%S).zip
111111
zip -r ${ZIP_NAME} $(basename ${RELEASE_DIR})
112-
mv ${ZIP_NAME} ${_PWD}
113112

114113
# Cleanup
115114
rm -rf ${RELEASE_DIR}

‎ms-windows/mxe/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55

66
docker run \
7-
-v `pwd`:`pwd` \
8-
-w `pwd` --rm \
7+
-v $(pwd):$(pwd) \
8+
-w $(pwd) --rm \
99
--user $(id -u):$(id -g) \
1010
-it elpaso/mxe-qt5-builder \
1111
${DIR}/build-mxe.sh

0 commit comments

Comments
 (0)
Please sign in to comment.