From bae5b12af98f8e6d30347b747144a42de010d649 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 18 Sep 2018 17:52:38 -0300 Subject: [PATCH] Some configurations --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 898468e9..0c508aad 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "asar": true, "mac": { "category": "public.app-category.productivity", + "artifactName": "Rambox-${version}-mac.${ext}", "target": [ "default" ] @@ -60,12 +61,9 @@ } ] }, - "squirrelWindows": { - "iconUrl": "https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/Icon.ico" - }, "win": { + "artifactName": "Rambox-${version}-win-${arch}.${ext}", "target": [ - "squirrel", "nsis", "zip" ] @@ -77,6 +75,7 @@ "Type": "Application", "Categories": "GTK;GNOME;Utility;Office;Email;Chat;InstantMessaging;" }, + "artifactName": "Rambox-${version}-linux-${arch}.${ext}", "target": [ "snap", "AppImage",