From ac1914ccb9d958621a7056145a9d85e5d94f678e Mon Sep 17 00:00:00 2001 From: iGoX Date: Wed, 25 Mar 2026 12:23:07 +0100 Subject: [PATCH] Add comment --- windows/build-installer.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/build-installer.ps1 b/windows/build-installer.ps1 index a09afd0..d3cf9f3 100644 --- a/windows/build-installer.ps1 +++ b/windows/build-installer.ps1 @@ -1,3 +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 \ No newline at end of file