mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-29 08:30:04 +00:00
makeAppleWin: fix 7-zip path
This commit is contained in:
parent
73015ee361
commit
06cc8b46e2
@ -15,8 +15,8 @@
|
|||||||
@MKDIR "%~1\snesmax"
|
@MKDIR "%~1\snesmax"
|
||||||
@COPY /Y "%APPLEWIN_ROOT%\snesmax\*" "%~1\snesmax"
|
@COPY /Y "%APPLEWIN_ROOT%\snesmax\*" "%~1\snesmax"
|
||||||
CD "%~1"
|
CD "%~1"
|
||||||
"C:\Program Files (x86)\7-Zip\7z.exe" a ..\AppleWin"%~1".zip *
|
"C:\Program Files\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"-PDB.zip "%APPLEWIN_ROOT%\Release v141_xp\AppleWin.pdb"
|
||||||
CD ..
|
CD ..
|
||||||
@GOTO end
|
@GOTO end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user