From 43b997fb184c9f62b807a18c63f9bb49e46a2068 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Fri, 3 May 2019 00:59:08 +0200 Subject: [PATCH] Add wrapper script to disable sandbox --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ed5246e..2c5b986 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,8 @@ "buildResources": "res", "output": "build" }, - "afterAllArtifactBuild": "./dist/scripts/afterAllArtifactBuild.js" + "afterAllArtifactBuild": "./dist/scripts/afterAllArtifactBuild.js", + "afterPack": "./dist/scripts/afterPack.js" }, "author": "Thomas Nordquist", "email": "xxnerowingerxx@gmail.com",