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