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

9 lines
373 B
PowerShell
Raw Normal View History

2026-03-25 12:59:00 +01:00
$buildName = if ($args[1]) { $args[1] } else { "0.0.0" }
$buildNumber = "$(Get-Date -Format 'yyyyMMddHHmmss')"
2026-03-25 12:59:00 +01:00
cd $PSScriptRoot
# Build the Windows application using Flutter
2026-03-25 12:59:00 +01:00
flutter build windows --build-name=$buildName --build-number=$buildNumber
# Build the Windows installer using Inno Setup Compiler (ISCC.exe)
ISCC.exe ./busylight-buddy-windows-installer-builder.iss