We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714f0f6 commit 5c6cd42Copy full SHA for 5c6cd42
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sltt-app",
3
- "version": "205304.0.25",
+ "version": "205304.0.26",
4
"description": "Installable SLTT app (Sign Language Translation Tool)",
5
"main": "./out/main/index.js",
6
"author": "sltt-bible.net",
@@ -37,6 +37,10 @@
37
"directories": {
38
"output": "dist"
39
},
40
+ "nsis": {
41
+ "oneClick": true,
42
+ "deleteAppDataOnUninstall": true
43
+ },
44
"publish": {
45
"provider": "github",
46
"owner": "ubsicap",
0 commit comments