mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-02-20 04:21:04 +01:00
Fix missing xml for jb03. Closes #258.
This commit is contained in:
parent
820036087d
commit
c0101cb614
1
dist/jb/gamestart-03.bat
vendored
1
dist/jb/gamestart-03.bat
vendored
@ -3,6 +3,7 @@
|
|||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
|
|
||||||
if not exist dev\nvram mkdir dev\nvram
|
if not exist dev\nvram mkdir dev\nvram
|
||||||
|
if not exist dev\nvram\ea3-config.xml copy prop\ea3-config.xml dev\nvram\ea3-config.xml
|
||||||
if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml
|
if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml
|
||||||
if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml
|
if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml
|
||||||
if not exist dev\raw mkdir dev\raw
|
if not exist dev\raw mkdir dev\raw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user