From 5da8fe0f906d1688d1857f5d8a0a09eddb25f647 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 27 Feb 2022 19:09:25 +0100 Subject: [PATCH] chore: remove after-sign --- package.json | 3 +-- scripts/afterPack.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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'