6 lines
219 B
PowerShell
6 lines
219 B
PowerShell
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 |