From 6bdb04db124b08ee429720292a774fda1a6bb80d Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 19 Aug 2017 17:10:31 +0200 Subject: [PATCH] ASAR is enabled by default, no need to set it (#2098) --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 2460fbfb..0a3a83e7 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,6 @@ }, "build": { "appId": "co.zeit.hyper", - "asar": true, "extraResources": "./bin/yarn-standalone.js", "linux": { "target": [ @@ -137,7 +136,6 @@ "uuid": "3.0.1" }, "devDependencies": { - "asar": "0.13.0", "ava": "0.17.0", "babel-cli": "6.24.1", "babel-core": "6.25.0",