Skip to content

Commit 2418784

Browse files
committed
Build Changes
1 parent 8f03ff9 commit 2418784

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,6 +1,6 @@
11
{
22
"name": "simplelauncher",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Launcher for SimpleClient",
55
"main": "src/main.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"build": {
3333
"appId": "simpleclient.simplelauncher",
3434
"productName": "SimpleLauncher",
35-
"artifactName": "${productName}-${version}.${ext}",
35+
"artifactName": "SimpleClient-Installer.${ext}",
3636
"icon": "src/gui/icon.ico",
3737
"win": {
3838
"target": "msi"
@@ -43,7 +43,7 @@
4343
"runAfterFinish": true,
4444
"createDesktopShortcut": true,
4545
"createStartMenuShortcut": true,
46-
"shortcutName": "SimpeClient"
46+
"shortcutName": "SimpleClient"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)