Skip to content

Commit

Permalink
fixed linux install script
Browse files Browse the repository at this point in the history
  • Loading branch information
b5635 committed Nov 16, 2024
1 parent cf2ec75 commit a8b8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_nasher_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ $PWD/tools/linux/sqlite/sqlite3 .build/database/areadistances.sqlite3 < seeded_d

cp movies/prelude.wbm .build/movies/prelude.wbm

$PWD/tools/linux/nasher/nasher install --verbose --erfUtil:"$PWD/tools/linux/neverwinter/nwn_erf" --gffUtil:"$PWD/tools/linux/neverwinter/nwn_gff" --tlkUtil:"$PWD/tools/linux/neverwinter/nwn_tlk" --nssCompiler:"$PWD/tools/linux/nwnsc/nwnsc" --installDir:"$PWD/.build" --nssFlags:"-oe -i $PWD/nwn-base-scripts" --yes
$PWD/tools/linux/nasher/nasher install --verbose --erfUtil:"$PWD/tools/linux/neverwinter/nwn_erf" --gffUtil:"$PWD/tools/linux/neverwinter/nwn_gff" --tlkUtil:"$PWD/tools/linux/neverwinter/nwn_tlk" --nssCompiler:"$PWD/tools/linux/nwnsc/nwnsc" --installDir:"$PWD/.build" --nssFlags:"-oe -i $PWD/nwn-base-scripts" --no

0 comments on commit a8b8cef

Please sign in to comment.