From ec37b1d583085af9e50bbf8e30c6db24e4aa87bf Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Sat, 4 Jun 2022 15:27:28 -0400 Subject: [PATCH] Put the enemizer base patch next to the executable. --- prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare.sh b/prepare.sh index ecb6269..d532d49 100644 --- a/prepare.sh +++ b/prepare.sh @@ -6,3 +6,4 @@ fi if [[ ! -s enemizer_base_patch.json ]]; then cargo run -p base_patch_generator -- "$1" base_patch.json asar_symbols.txt enemizer_base_patch.json fi +cp enemizer_base_patch.json target/debug/enemizerBasePatch.json