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;