From ae1a191cba7c9d3cdfe4eda835d5482ca703ec9b Mon Sep 17 00:00:00 2001 From: Alpyne Date: Tue, 21 Jul 2020 20:05:10 -0700 Subject: [PATCH] Test using CFR instead --- decompile-mc.sh | 2 +- setup-mappings.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/decompile-mc.sh b/decompile-mc.sh index b793328..2b833ca 100644 --- a/decompile-mc.sh +++ b/decompile-mc.sh @@ -6,5 +6,5 @@ mkdir src echo "Decompiling client.jar..." #procyon, cfr -./enigma.sh decompile procyon client.jar src client.mappings +./enigma.sh decompile cfr client.jar src client.mappings # 2> decompile_errors.log diff --git a/setup-mappings.sh b/setup-mappings.sh index 4e31348..cf6c719 100644 --- a/setup-mappings.sh +++ b/setup-mappings.sh @@ -33,4 +33,4 @@ curl -# -o client.txt $client_mappings rm -rf client.mappings echo "Converting ProGuard mappings to Engima mappings: client.mappings..." -./enigma.sh convert-mappings proguard client.txt enigma client.mappings +./enigma.sh convert-mappings proguard client.txt enigma_file client.mappings