Fixed WIN build scripts
This commit is contained in:
Valentino Orlandi 2023-07-30 15:27:33 +02:00
parent 6e20d35592
commit b093d4efff
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ IF EXIST "C:\Program Files\LogDoctor" (
:: Call the builder
IF NOT EXIST "builder.bat" (
IF NOT EXIST "scripts/builder.bat" (
ECHO:
ECHO Error: builder not found
cd "%actual_path%"
@ -32,7 +32,7 @@ IF NOT EXIST "builder.bat" (
EXIT /B 1
)
CALL builder.bat "%actual_path%"
CALL scripts/builder.bat "%actual_path%"
IF ERRORLEVEL 1 (
ECHO:
ECHO Compilation failed

View File

@ -24,7 +24,7 @@ IF NOT EXIST "C:\Program Files\LogDoctor" (
:: Call the builder
IF NOT EXIST "builder.bat" (
IF NOT EXIST "scripts/builder.bat" (
ECHO:
ECHO Error: builder not found
cd "%actual_path%"
@ -32,7 +32,7 @@ IF NOT EXIST "builder.bat" (
EXIT /B 1
)
CALL builder.bat "%actual_path%"
CALL scripts/builder.bat "%actual_path%"
IF ERRORLEVEL 1 (
ECHO:
ECHO Compilation failed