From 62168431506c5af22ae995be370208e5c677830d Mon Sep 17 00:00:00 2001 From: "Melvin \"Dumbass\" Shwuaner" <83349478+MelvinShwuaner@users.noreply.github.com> Date: Sat, 21 Feb 2026 22:58:06 +0300 Subject: [PATCH 1/2] dwds --- .gitignore | 1 + App/MelonLoader.Installer.App.csproj | 5 +++-- Core/MelonLoader.Installer.Core.csproj | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3fa1ad0..85634c8 100644 --- a/.gitignore +++ b/.gitignore @@ -399,3 +399,4 @@ FodyWeavers.xsd App/Assets/installer_deps.zip App/meloninstaller.keystore App/keystore-pass.txt +/.idea diff --git a/App/MelonLoader.Installer.App.csproj b/App/MelonLoader.Installer.App.csproj index c430be7..fdc0550 100644 --- a/App/MelonLoader.Installer.App.csproj +++ b/App/MelonLoader.Installer.App.csproj @@ -1,9 +1,10 @@  - net8.0-android - $(TargetFrameworks);net8.0-windows10.0.19041.0 + net9.0-android + $(TargetFrameworks);net9.0-windows10.0.19041.0 Exe + true MelonLoader.Installer.App true true diff --git a/Core/MelonLoader.Installer.Core.csproj b/Core/MelonLoader.Installer.Core.csproj index ace6e52..ac7cd46 100644 --- a/Core/MelonLoader.Installer.Core.csproj +++ b/Core/MelonLoader.Installer.Core.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0-android enable MelonLoader.Installer.Core From 5c0a1e3ed35e4d6db3e0af0be00a25e5af4aeab3 Mon Sep 17 00:00:00 2001 From: "Melvin \"Dumbass\" Shwuaner" <83349478+MelvinShwuaner@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:11:35 +0300 Subject: [PATCH 2/2] dsds --- .gitignore | 1 + App/MelonLoader.Installer.App.csproj | 12 ++++++------ App/Utils/PatchRunner.cs | 4 ++-- Core/MelonLoader.Installer.Core.csproj | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 85634c8..0aeeaca 100644 --- a/.gitignore +++ b/.gitignore @@ -400,3 +400,4 @@ App/Assets/installer_deps.zip App/meloninstaller.keystore App/keystore-pass.txt /.idea +.DS_Store diff --git a/App/MelonLoader.Installer.App.csproj b/App/MelonLoader.Installer.App.csproj index fdc0550..f93348c 100644 --- a/App/MelonLoader.Installer.App.csproj +++ b/App/MelonLoader.Installer.App.csproj @@ -31,25 +31,25 @@ meloninstaller.keystore - + MelonLoader Installer com.lavagang.melonloader.installer 1.0.0 - True + False 27.0 - False + True env:LEMON_KEYSTORE_PASS melon env:LEMON_KEYSTORE_PASS - + MelonLoader Installer com.lavagang.melonloader.installer 1.0.0 - + MelonLoader Installer com.lavagang.melonloader.installer 1.0.0 @@ -62,7 +62,7 @@ env:LEMON_KEYSTORE_PASS - + MelonLoader Installer com.lavagang.melonloader.installer 1.0.0 diff --git a/App/Utils/PatchRunner.cs b/App/Utils/PatchRunner.cs index 0533b54..d23074a 100644 --- a/App/Utils/PatchRunner.cs +++ b/App/Utils/PatchRunner.cs @@ -204,7 +204,7 @@ private static async Task PrepareAssets(string? localUnityDepsPath) private static async Task DownloadMelonData(string destination) { -#if DEBUG + if (File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "melon_data/melon_data.zip"))) { _logger?.Log("Using local melon data"); @@ -220,7 +220,7 @@ private static async Task DownloadMelonData(string destination) File.Copy(@"/sdcard/Download/melon_data.zip", destination); return true; } -#endif + _logger?.Log("Retrieving release info from GitHub"); diff --git a/Core/MelonLoader.Installer.Core.csproj b/Core/MelonLoader.Installer.Core.csproj index ac7cd46..498417e 100644 --- a/Core/MelonLoader.Installer.Core.csproj +++ b/Core/MelonLoader.Installer.Core.csproj @@ -1,7 +1,7 @@  - net9.0-android + net9.0 enable MelonLoader.Installer.Core