diff --git a/electron-builder.json5 b/electron-builder.json5 index cd633dc..5aa3cc1 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -26,7 +26,8 @@ ] } ], - "artifactName": "${productName}-Windows-${version}-Setup.${ext}" + "artifactName": "${productName}-Windows-${version}-Setup.${ext}", + "requestedExecutionLevel": "asInvoker" }, "nsis": { "oneClick": false, diff --git a/src/components/LaunchWindow.tsx b/src/components/LaunchWindow.tsx index d608630..7ab9ef1 100644 --- a/src/components/LaunchWindow.tsx +++ b/src/components/LaunchWindow.tsx @@ -43,7 +43,7 @@ export function LaunchWindow() { return (
-
+