From 17043cde37c494f45749ba8296ac55d0c0f9f4c2 Mon Sep 17 00:00:00 2001 From: GabiZar Date: Mon, 23 Mar 2026 19:57:59 +0100 Subject: [PATCH] Add upgradeCode for msi build and update README for beta.2 --- README.MD | 11 ++++++----- forge.config.cjs | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.MD b/README.MD index 999b2e4..9156c0d 100644 --- a/README.MD +++ b/README.MD @@ -36,7 +36,8 @@ Silk Fly Launcher is an open-source mod manager for Hollow Knight: Silksong buil - Install / Uninstall / Backup BepInEx for Silksong. - Automatically detect Silksong installation path for Steam on Windows -- Browse and download Nexus mods directly in the app +- Browse and download Thunderstore and Nexus mods directly in the app +- Activate and deactivate mods - Multiple themes inspired by Silksong - Launch Silksong in Vanilla or Modded without deleting the mods - Securely store your Nexus API key on your device using Electron's safeStorage, and then encrypt it with an AES key (provided at build time) via Electron Store. @@ -75,11 +76,11 @@ Silk Fly Launcher is an open-source mod manager for Hollow Knight: Silksong buil - [x] BepInEx support - [x] Nexus support -- [ ] Disable / Enable Individual mods -- [ ] Automatic update -- [ ] Support for Thunderstore +- [x] Disable / Enable Individual mods +- [x] Automatic update +- [x] Support for Thunderstore - [ ] Linux support -- [ ] Support for offline mods +- [x] Support for offline mods - [ ] Auto Download Mods Dependencies #### For later diff --git a/forge.config.cjs b/forge.config.cjs index 02df64a..fb9ba24 100644 --- a/forge.config.cjs +++ b/forge.config.cjs @@ -12,6 +12,7 @@ if (buildTarget == "msi" || buildTarget == "all") { config: { icon: "./assets/icon.ico", ui: { enabled: true, chooseDirectory: true }, + upgradeCode: "e3bb759f-c2b2-4545-bb7b-35bed5be4cd5", }, }); }