Fixed errors in build scripts

This commit is contained in:
Pax1601
2024-01-03 18:05:16 +01:00
parent 4e7c8ef856
commit 89c1660988
7 changed files with 11 additions and 182 deletions

View File

@@ -12,7 +12,7 @@ REM copy the hooks script
echo F|xcopy /Y .\scripts\lua\hooks\OlympusHook.lua .\package\Scripts\OlympusHook.lua
REM copy the lua scripts
echo F|xcopy /Y .\scripts\lua\backend .\package\mod\scripts
echo D|xcopy /Y /S /E .\scripts\lua\backend .\package\mod\scripts
REM copy the mod folder
echo D|xcopy /Y /S /E .\mod .\package\mod