diff --git a/package.json b/package.json index 40989cb..a9611bf 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,7 @@ "buildResources": "res", "output": "build" }, - "afterPack": "./dist/scripts/afterPack.js", - "afterSign": "./scripts/afterSign.js" + "afterPack": "./dist/scripts/afterPack.js" }, "author": "Thomas Nordquist", "email": "xxnerowingerxx@gmail.com", diff --git a/scripts/afterPack.ts b/scripts/afterPack.ts index 82d0741..43e1caf 100644 --- a/scripts/afterPack.ts +++ b/scripts/afterPack.ts @@ -1,5 +1,4 @@ import * as fs from 'fs-extra' -import * as path from 'path' import { chdir } from 'process' import { exec } from './util'