From 973aa2de2a56a442562ec184cc94c2f8625f68e1 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Mon, 20 May 2024 14:04:22 -0500 Subject: [PATCH] Update install.nsi to reference new GitHub alias --- install.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.nsi b/install.nsi index e54133935..469dd3784 100644 --- a/install.nsi +++ b/install.nsi @@ -18,8 +18,8 @@ !endif !define PRODUCT_NAME "Galaxy Buds Manager (Unofficial)" -!define PRODUCT_PUBLISHER "ThePBone" -!define PRODUCT_WEB_SITE "https://github.com/ThePBone/GalaxyBudsClient" +!define PRODUCT_PUBLISHER "timschneeb" +!define PRODUCT_WEB_SITE "https://github.com/timschneeb/GalaxyBudsClient" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Galaxy Buds Client.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM"