Put the enemizer base patch next to the executable.
This commit is contained in:
parent
4972986fee
commit
ec37b1d583
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue