From b86be049a700819a8e273eea493cfc388393dc55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Simi=C4=87?= Date: Wed, 3 Apr 2024 03:23:31 +0200 Subject: [PATCH] fix: Remove targets in npm script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3684a6ac3..c76525b23 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test": "npm run test:tsc && npm run lint", "start": "tsc && electron .", "build": "tsc", - "dist:linux": "electron-builder --linux AppImage deb snap", + "dist:linux": "electron-builder --linux", "dist:mac": "electron-builder --mac", "dist:win": "electron-builder --win", "release": "np --no-publish"