Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Killers0992 committed Nov 16, 2024
1 parent c6554bb commit ac9a72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XProxy.BuildRelease/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public async Task<int> OnExecute(IConsole console)

string targetCoreLocation = Path.Combine(MainPath, "XProxy.Core.dll");

var coreAssembly = Assembly.LoadFrom(targetCoreLocation);
var coreAssembly = Assembly.LoadFrom(coreFile);

File.Move(coreFile, targetCoreLocation);

Expand Down

0 comments on commit ac9a72d

Please sign in to comment.