Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Jun 21, 2024
1 parent 3662b31 commit 723e059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/classic-rbdoom-3-bfg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ popd
cp "source/buildRetail/DoomBFA" "$diststart/208200/dist/DoomBFA"
cp -rfv ./assets/* "$diststart/208200/dist/"
cp -rfv ./source/base "$diststart/208200/dist/updatedbase"
cp -rfv ./BFA-Assets/* "$diststart/208200/dist/updatedbase"
cp -rfv ./BFA-Assets/base/* "$diststart/208200/dist/updatedbase"
cp -rfv ./BFA-Assets/base_BFG "$diststart/208200/dist/updatedbase"

mkdir -p licenses
licensepath="$PWD/licenses"
Expand Down

0 comments on commit 723e059

Please sign in to comment.