This commit is contained in:
2021-01-12 18:03:28 +00:00
parent 602f162597
commit 5283f9d7af
7 changed files with 182 additions and 32 deletions

View File

@@ -138,6 +138,21 @@ set m=INNO failed building QuickNotify.iss
goto FAIL
)
echo.
echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
echo.
echo.
echo.
echo **** Build V8Migrate plugin setup file
echo.
echo.
:: **** Build V8Migrate Plugin setup file
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" Installs\V8Migrate\V8Migrate.iss
IF %ERRORLEVEL% NEQ 0 (
set m=INNO failed building V8Migrate.iss
goto FAIL
)
echo.
echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
echo.