Put the enemizer base patch next to the executable.

This commit is contained in:
Lyle Mantooth 2022-06-04 15:27:28 -04:00
parent 4972986fee
commit ec37b1d583
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789

View file

@ -6,3 +6,4 @@ fi
if [[ ! -s enemizer_base_patch.json ]]; then if [[ ! -s enemizer_base_patch.json ]]; then
cargo run -p base_patch_generator -- "$1" base_patch.json asar_symbols.txt enemizer_base_patch.json cargo run -p base_patch_generator -- "$1" base_patch.json asar_symbols.txt enemizer_base_patch.json
fi fi
cp enemizer_base_patch.json target/debug/enemizerBasePatch.json