We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97df67 commit f91bdc7Copy full SHA for f91bdc7
installer.nsh
mod.json
@@ -34,8 +34,7 @@
34
"allowToChangeInstallationDirectory": true,
35
"createDesktopShortcut": true,
36
"createStartMenuShortcut": true,
37
- "shortcutName": "${productName}",
38
- "include": "${installerScript}"
+ "shortcutName": "${productName}"
39
}
40
},
41
"linux": {
package.json
@@ -68,8 +68,7 @@
68
"uninstallerIcon": "src/assets/logos/twl.ico",
69
70
71
- "shortcutName": "TWLauncher",
72
- "include": "installer.nsh"
+ "shortcutName": "TWLauncher"
73
74
75
"target": [
0 commit comments