Skip to content

Commit

Permalink
Use userInput path when copying Utils.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons committed May 1, 2023
1 parent cd15b67 commit 1149965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DayZLauncher.UnixPatcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Common.WriteLine("Utils.dll patched!", ConsoleColor.Green);
}

File.Copy(utilsPatchPath, args[0].Trim() + "/Launcher/DayZLauncher.UnixPatcher.Utils.dll", true);
File.Copy(utilsPatchPath, userInput + "/Launcher/DayZLauncher.UnixPatcher.Utils.dll", true);
Common.WriteLine("UnixPatcher.Utils.dll deployed!", ConsoleColor.Green);
}
catch (Exception e)
Expand Down

0 comments on commit 1149965

Please sign in to comment.