From f30eb018ce080e56589ea4357593d31738c0228c Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 19 May 2020 10:51:52 +0200 Subject: [PATCH 1/2] Change linux release type to AppImage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8cb64b..39a6f7e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "build": { "appId": "tabs-app", "linux": { - "target": "deb", + "target": "AppImage", "icon": "resources/logo.png", "category": "Utility", "executableName": "tabs", From 6ce9d8d22399667c6dd0476d75a3f4dee34d7e67 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 19 May 2020 10:56:02 +0200 Subject: [PATCH 2/2] Version 0.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39a6f7e..5c5c9c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabs", - "version": "0.7.1", + "version": "0.7.2", "description": "Persistent and separate browser tabs in one window.", "author": { "name": "Alice Gaudon",