From 44e507dc90c4e96242cab744b168a0f43d892ea1 Mon Sep 17 00:00:00 2001 From: Cutls Date: Fri, 25 Jan 2019 11:41:48 +0900 Subject: [PATCH] Build command(npm) --- app/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 9f48f086..6edb862e 100644 --- a/app/package.json +++ b/app/package.json @@ -5,7 +5,8 @@ "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dist": "build --linux snap" + "dist": "build --linux snap", + "build:all": "electron-builder --platform win,linux" }, "keywords": [], "bugs": {