From 0095e3dace3173f2adf3a15ae18dc73404bb1ff5 Mon Sep 17 00:00:00 2001 From: Denellyne Date: Mon, 26 Feb 2024 14:43:31 +0000 Subject: [PATCH] Update update.cpp --- src/Updater/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Updater/update.cpp b/src/Updater/update.cpp index 816bece..752be53 100644 --- a/src/Updater/update.cpp +++ b/src/Updater/update.cpp @@ -22,7 +22,7 @@ void autoUpdater() { if (MessageBox(NULL, L"A new update was found do you wish to update?", L"New Update", MB_YESNO | MB_TASKMODAL) == IDNO) return; - ShellExecute(0, 0, L"https://github.com/Denellyne/PCXSense/releases/tag/Latest", 0, 0, SW_SHOW); + ShellExecute(0, 0, L"https://github.com/Denellyne/PCXSense/releases/Latest", 0, 0, SW_SHOW); _exit(NULL); } #endif // _DEBUG