From c663a1382b55fb3d7a1bb999b2225d559c6d0a02 Mon Sep 17 00:00:00 2001 From: OpenAcousticDevices Date: Tue, 8 Aug 2017 16:15:23 +0100 Subject: [PATCH] Add fixed names to Mac and Windows installers --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 74b0810..e8121a9 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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/"