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 dda43a6 commit c663a13
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": "AudioMoth",
"version": "1.0.0",
"version": "1.0.1",
"description": "The configuration app for the AudioMoth acoustic monitoring device.",
"main": "main.js",
"scripts": {
Expand All @@ -26,14 +26,16 @@
"type": "link",
"path": "/Applications"
}
]
],
"artifactName": "AudioMothSetup${version}.dmg"
},
"win": {
"target": "nsis",
"icon": "build/icon.ico"
},
"nsis": {
"createDesktopShortcut": true
"createDesktopShortcut": true,
"artifactName": "AudioMothSetup${version}.exe"
},
"linux": {
"icon": "build/"
Expand Down

0 comments on commit c663a13

Please sign in to comment.