Skip to content

Commit d5d85d4

Browse files
author
OpenAcousticDevices
committed
Add fixed names to Mac and Windows installers
1 parent 130cad1 commit d5d85d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AudioMothTimeSetter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A time setting app for the AudioMoth acoustic logger.",
55
"main": "main.js",
66
"author": "openacousticdevices.info",
@@ -28,14 +28,16 @@
2828
"type": "link",
2929
"path": "/Applications"
3030
}
31-
]
31+
],
32+
"artifactName": "AudioMothTimeSetterSetup${version}.dmg"
3233
},
3334
"win": {
3435
"target": "nsis",
3536
"icon": "build/icon.ico"
3637
},
3738
"nsis": {
38-
"createDesktopShortcut": true
39+
"createDesktopShortcut": true,
40+
"artifactName": "AudioMothTimesetterSetup${version}.exe"
3941
},
4042
"linux": {
4143
"icon": "build/"

0 commit comments

Comments
 (0)