mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-12 18:39:32 +08:00
fixed packager app path in gen emu config
This commit is contained in:
parent
63430d862e
commit
7dc92f0bdf
@ -12,7 +12,7 @@ set "out_dir=bin\package\win"
|
|||||||
set /a MEM_PERCENT=90
|
set /a MEM_PERCENT=90
|
||||||
set /a DICT_SIZE_MB=384
|
set /a DICT_SIZE_MB=384
|
||||||
set /a THREAD_COUNT=13
|
set /a THREAD_COUNT=13
|
||||||
set "packager=..\third-party\deps\win\7za-win\7za.exe"
|
set "packager=..\..\third-party\deps\win\7za\7za.exe"
|
||||||
|
|
||||||
if not exist "%packager%" (
|
if not exist "%packager%" (
|
||||||
1>&2 echo "[X] packager app wasn't found"
|
1>&2 echo "[X] packager app wasn't found"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user