From c0101cb614fdf01e68753b71d791f55cd81b0f81 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 20 Aug 2023 15:57:37 +1000 Subject: [PATCH] Fix missing xml for jb03. Closes #258. --- dist/jb/gamestart-03.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/jb/gamestart-03.bat b/dist/jb/gamestart-03.bat index 8a9ab32..76acc78 100644 --- a/dist/jb/gamestart-03.bat +++ b/dist/jb/gamestart-03.bat @@ -3,6 +3,7 @@ cd /d %~dp0 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\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml if not exist dev\raw mkdir dev\raw