From 4a1a2a1ed7494f9c58afa94ad3b5d6c373a00ea3 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Tue, 13 Aug 2024 22:50:40 -0400 Subject: [PATCH] maint: update installer compile script --- installer/compile.bat | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/compile.bat b/installer/compile.bat index dc46380b..33b004a9 100644 --- a/installer/compile.bat +++ b/installer/compile.bat @@ -1,4 +1,10 @@ @echo off if not exist "build" mkdir "build" -"tools\makensis.exe" "iw7_Installer.nsi" \ No newline at end of file +"tools\makensis.exe" "iw7_Installer.nsi" + +echo. +echo Compiled successfully! +echo. + +pause \ No newline at end of file