[Windows] Rework installer builder script (#4)

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-03-25 12:27:33 +01:00
parent c609e0e90e
commit 44ac517223
2 changed files with 13 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
cd $PSScriptRoot
# Build the Windows application using Flutter
flutter build windows --release
# Build the Windows installer using Inno Setup Compiler (ISCC.exe)
ISCC.exe ./busylight-buddy-windows-installer-builder.iss