diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_win.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build_win.sh b/scripts/build_win.sh index 493e322..db95416 100755 --- a/scripts/build_win.sh +++ b/scripts/build_win.sh @@ -31,4 +31,7 @@ else echo "Warning: Could not find MinGW DLLs. You might need them to run the exe." fi +# 4. Crunch the binary +./scripts/crunch_win.sh + echo "Build complete. Output: build_win/demo64k.exe" |
