Skip to content

Commit

Permalink
Merge pull request #79 from wakatime/major/per-user
Browse files Browse the repository at this point in the history
Install without admin privs to local user folder
  • Loading branch information
alanhamlett authored Nov 19, 2024
2 parents 7282fed + 5c4ce4c commit ca75ae3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
"icon": "./public/app-icon.ico"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"oneClick": true,
"perMachine": false,
"deleteAppDataOnUninstall": false
},
"linux": {
Expand All @@ -50,4 +49,4 @@
],
"artifactName": "wakatime-linux-${arch}.${ext}"
}
}
}

0 comments on commit ca75ae3

Please sign in to comment.