From a47af1b37d6647f69b7a8d30eb4d58e09f698e7a Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Wed, 6 Aug 2025 21:41:15 -0500 Subject: [PATCH] With *an* admin prompt --- apps/app/nsis/hooks.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/nsis/hooks.nsi b/apps/app/nsis/hooks.nsi index ea5af1eb5..4331240d5 100644 --- a/apps/app/nsis/hooks.nsi +++ b/apps/app/nsis/hooks.nsi @@ -36,7 +36,7 @@ Var /GLOBAL OldInstallDir UserInfo::GetAccountType Pop $0 ${If} $0 != "Admin" - MessageBox MB_ICONINFORMATION|MB_OK "An old installation of the Modrinth App was detected that requires administrator permission to update from. You will be prompted with admin prompt shortly." + MessageBox MB_ICONINFORMATION|MB_OK "An old installation of the Modrinth App was detected that requires administrator permission to update from. You will be prompted with an admin prompt shortly." ${EndIf} ReadRegStr $4 SHCTX "${MANUPRODUCTKEY}" ""