From cd59a6d58540acfa69f0e54b13db363f7f5c9e1a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 16 Mar 2022 21:07:24 +0000 Subject: [PATCH] set build script to use inno setup 6 for migrate plugin to work around false positive av scan --- newforlaptopmake.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newforlaptopmake.bat b/newforlaptopmake.bat index 3805899..e3b28fe 100644 --- a/newforlaptopmake.bat +++ b/newforlaptopmake.bat @@ -147,7 +147,7 @@ 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 +"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" Installs\V8Migrate\V8Migrate.iss IF %ERRORLEVEL% NEQ 0 ( set m=INNO failed building V8Migrate.iss goto FAIL