fix(windows): replace ShellExecAsUser plugin with built-in ExecShell

This commit is contained in:
2026-06-03 20:00:24 +08:00
parent 34ed808d42
commit 9406704f6c
+1 -1
View File
@@ -83,5 +83,5 @@ Section "uninstall"
SectionEnd
Function LaunchOak
ShellExecAsUser::ShellExecAsUser "" "$INSTDIR\${APP_TARGET}.exe"
ExecShell "" "$INSTDIR\${APP_TARGET}.exe"
FunctionEnd