Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small enhancements to mxe scripts
  • Loading branch information
elpaso committed Oct 13, 2018
1 parent f56e3dd commit 6e2a2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ms-windows/mxe/build-mxe.sh
Expand Up @@ -109,7 +109,6 @@ __TXT__
cd ${RELEASE_DIR}/..
ZIP_NAME=qgis-mxe-release-$(date +%Y-%m-%d-%H-%I-%S).zip
zip -r ${ZIP_NAME} $(basename ${RELEASE_DIR})
mv ${ZIP_NAME} ${_PWD}

# Cleanup
rm -rf ${RELEASE_DIR}
Expand Down
4 changes: 2 additions & 2 deletions ms-windows/mxe/build.sh
Expand Up @@ -4,8 +4,8 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

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

0 comments on commit 6e2a2be

Please sign in to comment.