Skip to content

Commit

Permalink
Merge pull request #827 from Logg-y/master
Browse files Browse the repository at this point in the history
Fix for paths containing spaces in win_run_server.bat
  • Loading branch information
Logg-y authored Aug 26, 2024
2 parents 72d56f4 + d72b189 commit 3af8bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_run_server.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set content=
for /f "delims=" %%x in ('type mod_desc.txt') do set "content=!content!%%x!LF!"
set "content=!content!Last Updated: %timestamp% (%hash%)"

"%CD%/tools/win/nasher/nasher.exe" install --clean --verbose --erfUtil:"%CD%/tools/win/neverwinter64/nwn_erf.exe" --gffUtil:"%CD%/tools/win/neverwinter64/nwn_gff.exe" --tlkUtil:"%CD%/tools/win/neverwinter64/nwn_tlk.exe" --nssCompiler:"%CD%/tools/win/nwnsc/nwnsc.exe" --installDir:"%CD%" --nssFlags:"-oe -i %CD%/nwn-base-scripts" --no --modDescription "!content!"
"%CD%/tools/win/nasher/nasher.exe" install --clean --verbose --erfUtil:"%CD%/tools/win/neverwinter64/nwn_erf.exe" --gffUtil:"%CD%/tools/win/neverwinter64/nwn_gff.exe" --tlkUtil:"%CD%/tools/win/neverwinter64/nwn_tlk.exe" --nssCompiler:"%CD%/tools/win/nwnsc/nwnsc.exe" --installDir:"%CD%" --nssFlags:"-oe -i ""%CD%/nwn-base-scripts""" --no --modDescription "!content!"

endlocal

Expand Down

0 comments on commit 3af8bcc

Please sign in to comment.