diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-03 02:52:47 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-03 02:52:47 (GMT) |
commit | 08b07769859ef4905a72b54c58e2e7891d3ac0a5 (patch) | |
tree | 913174255145de285c2b1303560cfff46fc1f0ca /scripts/mingw-x-build-installer.sh | |
parent | c29d8a370fea0477cb9bed2143823c596a2d3e76 (diff) |
integrate mingw-xxxx scripts with release-common.sh
Diffstat (limited to 'scripts/mingw-x-build-installer.sh')
-rwxr-xr-x | scripts/mingw-x-build-installer.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mingw-x-build-installer.sh b/scripts/mingw-x-build-installer.sh index 6fd5407..4ac9f4e 100755 --- a/scripts/mingw-x-build-installer.sh +++ b/scripts/mingw-x-build-installer.sh @@ -72,6 +72,7 @@ copy_files $OPENSCADDIR/scripts/mingw-file-association.nsh $DEPLOYDIR echo "running makensis in" $DEPLOYDIR cd $DEPLOYDIR && makensis -V2 installer.nsi +# cd $DEPLOYDIR && makensis installer.nsi # debug nsis cd $OPENSCADDIR |