fix(windows): replace ShellExecAsUser plugin with built-in ExecShell
This commit is contained in:
@@ -83,5 +83,5 @@ Section "uninstall"
|
||||
SectionEnd
|
||||
|
||||
Function LaunchOak
|
||||
ShellExecAsUser::ShellExecAsUser "" "$INSTDIR\${APP_TARGET}.exe"
|
||||
ExecShell "" "$INSTDIR\${APP_TARGET}.exe"
|
||||
FunctionEnd
|
||||
|
||||
Reference in New Issue
Block a user