We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f03ff9 commit 2418784Copy full SHA for 2418784
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "simplelauncher",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "Launcher for SimpleClient",
5
"main": "src/main.js",
6
"scripts": {
@@ -32,7 +32,7 @@
32
"build": {
33
"appId": "simpleclient.simplelauncher",
34
"productName": "SimpleLauncher",
35
- "artifactName": "${productName}-${version}.${ext}",
+ "artifactName": "SimpleClient-Installer.${ext}",
36
"icon": "src/gui/icon.ico",
37
"win": {
38
"target": "msi"
@@ -43,7 +43,7 @@
43
"runAfterFinish": true,
44
"createDesktopShortcut": true,
45
"createStartMenuShortcut": true,
46
- "shortcutName": "SimpeClient"
+ "shortcutName": "SimpleClient"
47
}
48
49
0 commit comments