Skip to content

Commit

Permalink
feat(windows): allow change install dir (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe authored Jan 14, 2025
1 parent 842947a commit 71aac18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ nsis:
installerIcon: build/icon.ico
oneClick: false
perMachine: false
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": "bananas",
"version": "0.0.19",
"version": "0.0.20",
"description": "Bananas Screen Sharing is a simple and easy-to-use screen sharing tool for Mac, Windows, and Linux.",
"main": "./out/main/index.js",
"author": {
Expand Down

0 comments on commit 71aac18

Please sign in to comment.