Skip to content

Commit 5c6cd42

Browse files
committed
bump(sltt-app): 205304.0.6 (client 2.53.4 / 0.0.26) add deleteAppDataOnUninstall with oneClick
1 parent 714f0f6 commit 5c6cd42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sltt-app",
3-
"version": "205304.0.25",
3+
"version": "205304.0.26",
44
"description": "Installable SLTT app (Sign Language Translation Tool)",
55
"main": "./out/main/index.js",
66
"author": "sltt-bible.net",
@@ -37,6 +37,10 @@
3737
"directories": {
3838
"output": "dist"
3939
},
40+
"nsis": {
41+
"oneClick": true,
42+
"deleteAppDataOnUninstall": true
43+
},
4044
"publish": {
4145
"provider": "github",
4246
"owner": "ubsicap",

0 commit comments

Comments
 (0)