Skip to content

Commit

Permalink
remove requiring administrator and allow choose installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
RenanSui committed Aug 3, 2023
1 parent 29f1063 commit d9a69e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: com.renansui.salvage
productName: salvage
productName: Salvage
directories:
buildResources: build
files:
Expand All @@ -14,15 +14,11 @@ asarUnpack:
afterSign: build/notarize.js
win:
executableName: Salvage
requestedExecutionLevel: requireAdministrator
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salvage",
"version": "1.3.1",
"version": "1.3.2",
"description": "Simple backup automator",
"main": "./out/main/index.js",
"author": "RenanSui",
Expand Down

0 comments on commit d9a69e1

Please sign in to comment.