From 9406704f6c8f18da508e9e718049719a3e2a49f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E7=BE=BD?= Date: Wed, 3 Jun 2026 20:00:24 +0800 Subject: [PATCH] fix(windows): replace ShellExecAsUser plugin with built-in ExecShell --- app/packaging/windows/nsis/olive.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/packaging/windows/nsis/olive.nsi b/app/packaging/windows/nsis/olive.nsi index d54bcb878..dc7243abe 100644 --- a/app/packaging/windows/nsis/olive.nsi +++ b/app/packaging/windows/nsis/olive.nsi @@ -83,5 +83,5 @@ Section "uninstall" SectionEnd Function LaunchOak - ShellExecAsUser::ShellExecAsUser "" "$INSTDIR\${APP_TARGET}.exe" + ExecShell "" "$INSTDIR\${APP_TARGET}.exe" FunctionEnd