From 1ccbaa07cc783628086ed2ef7c175cab005e4461 Mon Sep 17 00:00:00 2001 From: ChoiseU Date: Fri, 22 Aug 2025 01:24:17 +0900 Subject: [PATCH] fix: add resign script --- scripts/afterPack.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/afterPack.js b/scripts/afterPack.js index 59d34f2..2c4e7a7 100644 --- a/scripts/afterPack.js +++ b/scripts/afterPack.js @@ -1,6 +1,7 @@ -// scripts/afterPack.js -import { execSync } from 'child_process' -import path from 'path' +/* eslint-disable @typescript-eslint/no-require-imports */ + +const { execSync } = require('child_process') +const path = require('path') exports.default = async function (context) { const { appOutDir, packager } = context