Explorar el Código

just rename the target file names

rachels hace 3 años
padre
commit
6b730c9a14
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      MakeQSPAddedFlavour.bat

+ 3 - 3
MakeQSPAddedFlavour.bat

@@ -1,7 +1,7 @@
 @ECHO off
 
 :: Set those lines to fit your setup. 
-:: This is where mod_Ibiza.qsp will be copied. If you don't want to move it just comment (::) the line below.
+:: This is where AddedFlavour.qsp will be copied. If you don't want to move it just comment (::) the line below.
 :: set CP_TO=..\GL_ECV
 
 :: This is the program used to open the QSPFILE. If you comment this line windows will launch the default app for the ".qsp" extension.
@@ -75,8 +75,8 @@ echo.
 echo Building ...
 
 @ECHO ON
-python -3 txtmerge.py locations mod_AddedFlavour.txt
-txt2gam.exe mod_AddedFlavour.txt %QSPFILE% > nul
+python -3 txtmerge.py locations AddedFlavour.txt
+txt2gam.exe AddedFlavour.txt %QSPFILE% > nul
 @ECHO OFF
 
 echo.