From 61114cede34d8c92ff16e6a714265781a36f93e7 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Tue, 22 Feb 2022 11:37:34 +0100 Subject: [PATCH] v0.0.1-alpha --- gui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/package.json b/gui/package.json index ba312af1..5491d37c 100644 --- a/gui/package.json +++ b/gui/package.json @@ -43,7 +43,7 @@ "productName": "FreeDATA", "appId": "app.freedata", "dmg": { - "publish": ["github"] + "publish": ["github"], "icon": "./src/icon_cube_border.png", "contents": [ { @@ -59,14 +59,14 @@ ] }, "win": { - "publish": ["github"] + "publish": ["github"], "icon": "./src/icon_cube_border.png", "target": [ "nsis" ] }, "linux": { - "publish": ["github"] + "publish": ["github"], "icon": "./src/icon_cube_border.png", "target": [ "AppImage"