fix pathing
This commit is contained in:
parent
f3d095a0a7
commit
5f448a7aee
@ -10,7 +10,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="xcopy "$(SolutionDir)Templates" "$(TargetDir)Data" /E /I /Y" />
|
||||
<Exec Command="xcopy "$(SolutionDir)\Assets\Templates" "$(TargetDir)Data" /E /I /Y" />
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user