From c555cbc4b3eb9c059b25fce060e619eb5e3aab77 Mon Sep 17 00:00:00 2001 From: Aptivi Date: Sun, 19 Jan 2025 18:49:48 +0300 Subject: [PATCH] rem - brk|doc - Remove auto-download updates --- We no longer need to automatically download kernel updates, since we now ship an installer. --- Type: rem Breaking: True Doc Required: True Backport Required: False Part: 1/1 --- Directory.Build.props | 5 ++-- Makefile | 4 +-- assets/ks | 17 ----------- assets/ks-n | 29 ------------------- .../templates/KSMod/ModName.cs | 2 +- .../Instances/KernelMainConfig.cs | 4 --- .../Settings/SettingsAppTools.cs | 16 +--------- public/Nitrocid/Kernel/KernelFirstRun.cs | 14 --------- .../Nitrocid/Kernel/Updates/UpdateManager.cs | 22 +++----------- .../Resources/Settings/SettingsEntries.json | 6 ---- 10 files changed, 10 insertions(+), 109 deletions(-) delete mode 100644 assets/ks-n diff --git a/Directory.Build.props b/Directory.Build.props index 3f0f3a7997..bbbbb67c18 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -23,7 +23,7 @@ changes! --> 3.1.27 - 33 + 34 $(NitrocidModAPIVersionMajor).$(NitrocidModAPIVersionChangeset) @@ -35,10 +35,9 @@