Files
busylight-buddy/windows/build-installer.ps1
T

6 lines
219 B
PowerShell
Raw Normal View History

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