From 06cc8b46e2cc67a615910584cbb401230cc59f9d Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 31 Dec 2023 13:02:03 +0000 Subject: [PATCH] makeAppleWin: fix 7-zip path --- bin/makeAppleWin.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/makeAppleWin.bat b/bin/makeAppleWin.bat index b0d711d0..00b3b803 100644 --- a/bin/makeAppleWin.bat +++ b/bin/makeAppleWin.bat @@ -15,8 +15,8 @@ @MKDIR "%~1\snesmax" @COPY /Y "%APPLEWIN_ROOT%\snesmax\*" "%~1\snesmax" CD "%~1" -"C:\Program Files (x86)\7-Zip\7z.exe" a ..\AppleWin"%~1".zip * -"C:\Program Files (x86)\7-Zip\7z.exe" a ..\AppleWin"%~1"-PDB.zip "%APPLEWIN_ROOT%\Release v141_xp\AppleWin.pdb" +"C:\Program Files\7-Zip\7z.exe" a ..\AppleWin"%~1".zip * +"C:\Program Files\7-Zip\7z.exe" a ..\AppleWin"%~1"-PDB.zip "%APPLEWIN_ROOT%\Release v141_xp\AppleWin.pdb" CD .. @GOTO end