diff options
Diffstat (limited to 'scripts/publish-mingw-x.sh')
-rwxr-xr-x | scripts/publish-mingw-x.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-mingw-x.sh b/scripts/publish-mingw-x.sh index 0dc99ea..4e0afe9 100755 --- a/scripts/publish-mingw-x.sh +++ b/scripts/publish-mingw-x.sh @@ -27,7 +27,7 @@ if [ ! -f $OPENSCADDIR/openscad.pro ]; then exit 0 fi -OS=LINXWIN ./scripts/release-common.sh -v $VERSION $COMMIT +OSTYPE=mingw-cross-env ./scripts/release-common.sh -v $VERSION $COMMIT if [ $? != 0 ]; then echo "release-common.sh returned error code: $?. build stopped." |