We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faad11e commit 50c1128Copy full SHA for 50c1128
contrib/release/build.sh
@@ -49,7 +49,7 @@
49
# - Only work locally, e.g. don't touch existing DJGPP/MinGW setups on the host
50
#
51
# TODO:
52
-# - win32: build NSIS installer + fbdoc CHM
+# - win32: fbdoc CHM
53
# - win32/win64: build libcunit too, package the libffi/libcunit builds
54
55
set -e
@@ -460,6 +460,14 @@ windowsbuild() {
460
esac
461
cd ..
462
463
+ if [ "$target" = win32 ]; then
464
+ cd fbc/contrib/nsis-installer
465
+ cp ../../FreeBASIC-*-win32.zip .
466
+ make
467
+ cd ../../..
468
+ cp fbc/contrib/nsis-installer/FreeBASIC-*-win32.exe ../output
469
+ fi
470
+
471
cp fbc/*.zip fbc/*.7z ../output
472
cp fbc/contrib/manifest/fbc-$target.lst ../output
473
cp fbc/contrib/manifest/FreeBASIC-$target.lst ../output
0 commit comments