Skip to content

Commit

Permalink
Excluded original RP music from rpu.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed May 20, 2024
1 parent 2a57ef5 commit 5994bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mkdir -p "$mods_dir"

cd data
# I don't know how to pack recursively
find . -type f | sed -e 's|^\.\/||' -e 's|\/|\\|g' | sort >"$file_list" # replace slashes with backslashes
find . -path ./sound/music -prune -o -type f -print | sed -e 's|^\.\/||' -e 's|\/|\\|g' | sort >"$file_list" # replace slashes with backslashes
$dat2a "$mods_dir/$dat" @"$file_list"
cd ..

Expand Down

0 comments on commit 5994bad

Please sign in to comment.