diff --git a/.idea/.idea.osu-lazer-dll-patcher/.idea/vcs.xml b/.idea/.idea.osu-lazer-dll-patcher/.idea/vcs.xml new file mode 100644 index 0000000000000000000000000000000000000000..94a25f7f4cb416c083d265558da75d457237d671 --- /dev/null +++ b/.idea/.idea.osu-lazer-dll-patcher/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/osu-lazer-dll-patcher/Program.cs b/osu-lazer-dll-patcher/Program.cs index e6fb51852e8ee378d1822936eb173769a0726a70..ee286ebbf138b12534f18ada20e87c2c3c7e0473 100644 --- a/osu-lazer-dll-patcher/Program.cs +++ b/osu-lazer-dll-patcher/Program.cs @@ -1,9 +1,10 @@ using dnlib.DotNet; +using System.Linq; using HarmonyLib; var defaultLazerPath = Environment.ExpandEnvironmentVariables(@"%LOCALAPPDATA%\osulazer"); -if (!Directory.Exists(defaultLazerPath)) +if (!Directory.Exists(defaultLazerPath) && args.Length < 1) { Console.WriteLine("Please, drag & drop osu.Game.dll file."); Environment.Exit(1); @@ -30,6 +31,7 @@ multiField.Operand = "https://lazer.dhcpcd.xyz/multiplayer"; hostField.Operand = "https://lazer.dhcpcd.xyz"; + module.Write(osuPathDll); Console.WriteLine("Done!~"); Console.WriteLine($"osu!lazer location: {Environment.ExpandEnvironmentVariables(@"%LOCALAPPDATA%\osulazer")}"); diff --git a/osu-lazer-dll-patcher/osu-lazer-dll-patcher.csproj b/osu-lazer-dll-patcher/osu-lazer-dll-patcher.csproj index f99d3f0843c4de1d750371242dc23443135cd392..9dbf1bc526214dfe89a6b6abdac3fdc29604902c 100644 --- a/osu-lazer-dll-patcher/osu-lazer-dll-patcher.csproj +++ b/osu-lazer-dll-patcher/osu-lazer-dll-patcher.csproj @@ -5,6 +5,7 @@ net6.0 osu_lazer_dll_patcher enable + win-x64;linux-x64;osx-x64 enable