makeAppleWin: fix 7-zip path

This commit is contained in:
tomcw 2023-12-31 13:02:03 +00:00
parent 73015ee361
commit 06cc8b46e2
1 changed files with 2 additions and 2 deletions

View File

@ -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