Skip to content

Commit 8e9619c

Browse files
committed
Version 1.0 🎉
1 parent d88a362 commit 8e9619c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sshfs-win-manager",
3-
"version": "0.1.1-beta.3",
4-
"author": "Evandro Araujo <[email protected]>",
3+
"version": "1.0.0",
4+
"author": "Evandro Araujo <[email protected]>",
55
"description": "A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)",
66
"license": "MIT",
77
"main": "./dist/electron/main.js",
@@ -24,7 +24,7 @@
2424
"appId": "dev.babum.apps.sshfs-win-manager",
2525
"artifactName": "sshfs-win-manager-setup-v${version}.${ext}",
2626
"nsis": {
27-
"oneClick": false,
27+
"oneClick": true,
2828
"installerIcon": "build/icons/setup-icon.ico",
2929
"uninstallDisplayName": "SSHFS-Win Manager"
3030
},

0 commit comments

Comments
 (0)