From 3e5c116e0a51a63b2890f840c966fc47c0e0168f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 24 Mar 2021 00:33:22 +0100 Subject: [PATCH] Build Debian packages too --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c896c82..1c899c0 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,10 @@ { "arch": "x64", "target": "AppImage" + }, + { + "arch": "x64", + "target": "deb" } ] },