forked from core/sinfar-haks
small adjustment
This commit is contained in:
parent
f2bccfaf29
commit
edfc5e33f4
@ -8,8 +8,8 @@ REM set NWHak="nwhak.exe"
|
|||||||
|
|
||||||
REM Loop through all subfolders in current directory
|
REM Loop through all subfolders in current directory
|
||||||
for /d %%F in (*) do (
|
for /d %%F in (*) do (
|
||||||
echo Building %%F.hak from folder %%F ...
|
echo Building %%F_v30.hak from folder %%F ...
|
||||||
nwhak.exe "%%F.hak" "%%F"
|
nwhak.exe "%%F_v30.hak" "%%F"
|
||||||
)
|
)
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user