Skip to content

Commit

Permalink
Add fixed names to Mac and Windows installers
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenAcousticDevices committed Aug 8, 2017
1 parent 130cad1 commit d5d85d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AudioMothTimeSetter",
"version": "1.0.0",
"version": "1.0.1",
"description": "A time setting app for the AudioMoth acoustic logger.",
"main": "main.js",
"author": "openacousticdevices.info",
Expand Down Expand Up @@ -28,14 +28,16 @@
"type": "link",
"path": "/Applications"
}
]
],
"artifactName": "AudioMothTimeSetterSetup${version}.dmg"
},
"win": {
"target": "nsis",
"icon": "build/icon.ico"
},
"nsis": {
"createDesktopShortcut": true
"createDesktopShortcut": true,
"artifactName": "AudioMothTimesetterSetup${version}.exe"
},
"linux": {
"icon": "build/"
Expand Down

0 comments on commit d5d85d4

Please sign in to comment.