From bbf142cbc41e0e43f74f7da8a1de76efbe784c88 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Mon, 8 Jul 2019 20:11:10 -0700 Subject: [PATCH] Build with Inno Setup 6 Signed-off-by: Dom Rodriguez --- build_installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_installer.bat b/build_installer.bat index 9c204ccf..c1e418b8 100644 --- a/build_installer.bat +++ b/build_installer.bat @@ -1,5 +1,5 @@ @echo off -set INNO_ROOT=C:\Program Files (x86)\Inno Setup 5 +set INNO_ROOT=C:\Program Files (x86)\Inno Setup 6 set savedir=%cd% cd /d %~dp0