From f99521626b1e9f74df7920d02c7d032e0a672285 Mon Sep 17 00:00:00 2001 From: nezu <29180158+dumbasPL@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:43:50 +0200 Subject: [PATCH] add more linux build targets --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 395aa1b..c91bc87 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ "scripts": { "start": "electron .", "build": "electron-builder --win --linux", + "build:windows": "electron-builder --win", + "build:linux": "electron-builder --linux", "publish": "electron-builder --win --linux --publish always" }, "author": "dumbasPL", @@ -42,10 +44,14 @@ "artifactName": "csgo-checker_portable.${ext}" }, "linux": { + "artifactName": "${name}_${arch}-${version}.${ext}", "synopsis": "CS:GO account checker", "category": "Utility", "target": [ - "AppImage" + "AppImage", + "flatpak", + "tar.gz", + "deb" ] }, "publish": [