mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-05 08:45:55 +02:00
fixed packager app path in gen emu config
This commit is contained in:
parent
63430d862e
commit
7dc92f0bdf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ set "out_dir=bin\package\win"
|
|||
set /a MEM_PERCENT=90
|
||||
set /a DICT_SIZE_MB=384
|
||||
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%" (
|
||||
1>&2 echo "[X] packager app wasn't found"
|
||||
|
|
Loading…
Add table
Reference in a new issue