Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 16, 2024
1 parent 79aa939 commit a0fb7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions engines/nugget-doom/assets/run-nugget-doom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fi
export LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH"

mkdir -p ../share/nugget-doom
ln -rsf ./bugget-doom.pk3 ../share/nugget-doom
ln -rsf ./soundfonts ../share/nugget-doom/soundfonts

./nugget-doom "$@"
2 changes: 1 addition & 1 deletion engines/nugget-doom/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ popd

# COPY PHASE
cp -rfv "source/build/src/nugget-doom" "$diststart/common/dist/"
cp -rfv "source/autoload" "$diststart/common/dist/"
cp -rfv "source/build/src/nugget-doom.pk3" "$diststart/common/dist/"
cp -rfv "source/docs" "$diststart/common/dist/"
cp -rfv "source/soundfonts" "$diststart/common/dist/"

Expand Down

0 comments on commit a0fb7e3

Please sign in to comment.