2026-03-25 12:20:39 +01:00
|
|
|
cd $PSScriptRoot
|
2026-03-25 12:23:07 +01:00
|
|
|
|
|
|
|
|
# Build the Windows application using Flutter
|
2026-03-25 12:20:39 +01:00
|
|
|
flutter build windows --release
|
2026-03-25 12:23:07 +01:00
|
|
|
# Build the Windows installer using Inno Setup Compiler (ISCC.exe)
|
2026-03-25 12:20:39 +01:00
|
|
|
ISCC.exe ./busylight-buddy-windows-installer-builder.iss
|