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 130cad1 commit d5d85d4Copy full SHA for d5d85d4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "AudioMothTimeSetter",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A time setting app for the AudioMoth acoustic logger.",
5
"main": "main.js",
6
"author": "openacousticdevices.info",
@@ -28,14 +28,16 @@
28
"type": "link",
29
"path": "/Applications"
30
}
31
- ]
+ ],
32
+ "artifactName": "AudioMothTimeSetterSetup${version}.dmg"
33
},
34
"win": {
35
"target": "nsis",
36
"icon": "build/icon.ico"
37
38
"nsis": {
- "createDesktopShortcut": true
39
+ "createDesktopShortcut": true,
40
+ "artifactName": "AudioMothTimesetterSetup${version}.exe"
41
42
"linux": {
43
"icon": "build/"
0 commit comments