small adjustment

This commit is contained in:
AlastorStrixEfuartus 2025-10-07 10:35:03 +02:00
parent f2bccfaf29
commit edfc5e33f4

View File

@ -8,8 +8,8 @@ REM set NWHak="nwhak.exe"
REM Loop through all subfolders in current directory
for /d %%F in (*) do (
echo Building %%F.hak from folder %%F ...
nwhak.exe "%%F.hak" "%%F"
echo Building %%F_v30.hak from folder %%F ...
nwhak.exe "%%F_v30.hak" "%%F"
)
echo.