From 171826ac82a240030d3b458f67fedf89e55aacdd Mon Sep 17 00:00:00 2001 From: richard-loafle <44828666+richard-loafle@users.noreply.github.com> Date: Wed, 12 Feb 2020 09:04:41 +0900 Subject: [PATCH] refactoring --- electron-builder.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index 93c3108f..165b1804 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -62,10 +62,6 @@ } ] }, - "linux": { - "target": ["AppImage", "deb", "rpm", "zip", "tar.gz"], - "icon": "./config/build/linux/icon/woori/" - }, "nsis": { "oneClick": true, "allowToChangeInstallationDirectory": false, @@ -79,5 +75,9 @@ "perMachine": false, "differentialPackage": true, "include": "./config/build/win/nsis/installer.nsh" + }, + "linux": { + "target": ["AppImage", "deb", "rpm", "zip", "tar.gz"], + "icon": "./config/build/linux/icon/woori/" } }