From 5f448a7aee9414209cf5e788ad01a672e0aeb76a Mon Sep 17 00:00:00 2001 From: CWX Date: Fri, 9 Aug 2024 21:55:31 +0100 Subject: [PATCH] fix pathing --- RecodeItGUI/ReCodeItGUI.csproj | 2 +- RecodeItLib/Remapper/DeObfuscator.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RecodeItGUI/ReCodeItGUI.csproj b/RecodeItGUI/ReCodeItGUI.csproj index 3e9d02d..7e97bd2 100644 --- a/RecodeItGUI/ReCodeItGUI.csproj +++ b/RecodeItGUI/ReCodeItGUI.csproj @@ -10,7 +10,7 @@ - + diff --git a/RecodeItLib/Remapper/DeObfuscator.cs b/RecodeItLib/Remapper/DeObfuscator.cs index 0b5cee6..3aebe88 100644 --- a/RecodeItLib/Remapper/DeObfuscator.cs +++ b/RecodeItLib/Remapper/DeObfuscator.cs @@ -9,7 +9,7 @@ public static class Deobfuscator { public static void Deobfuscate(string assemblyPath) { - var executablePath = Path.Combine(DataProvider.DataPath, "Assets", "De4dot", "de4dot.exe"); + var executablePath = Path.Combine(DataProvider.DataPath, "De4dot", "de4dot.exe"); string token;