From 8dac3a7107e98b3b291e1a6e3360d0763d89d45f Mon Sep 17 00:00:00 2001 From: Samuel-Sann Laurin Date: Fri, 14 Jun 2024 09:11:19 -0400 Subject: [PATCH] Added Link So it can be updated by [ResoniteModUpdater CLI](https://github.com/hazre/ResoniteModUpdater) --- DesktopHandSwitch/DesktopHandSwitch.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DesktopHandSwitch/DesktopHandSwitch.cs b/DesktopHandSwitch/DesktopHandSwitch.cs index bc75bac..e37ade2 100644 --- a/DesktopHandSwitch/DesktopHandSwitch.cs +++ b/DesktopHandSwitch/DesktopHandSwitch.cs @@ -12,6 +12,7 @@ public class DesktopHandSwitch : ResoniteMod public override string Name => "DesktopHandSwitch"; public override string Author => "TheJebForge"; public override string Version => "1.1.0"; + public override string Link => "https://github.com/TheJebForge/DesktopHandSwitch/"; [AutoRegisterConfigKey] readonly ModConfigurationKey ACTIVATION_KEY = new ModConfigurationKey("activation_key","Activation Key", () => Key.LeftAlt); @@ -84,4 +85,4 @@ static void Prefix(InteractionHandler __instance) { } } } -} \ No newline at end of file +}