From 3544bdc818adebbc45c35fe5592bac95e5057b38 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Thu, 7 Jul 2022 11:26:55 +0700 Subject: [PATCH] ukie --- resources/afterPack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/afterPack.js b/resources/afterPack.js index 4f3a5c97..026aab87 100644 --- a/resources/afterPack.js +++ b/resources/afterPack.js @@ -24,7 +24,7 @@ exports.default = function(context) { // execSync('python3 -m castlabs_evs.vmp -n sign-pkg dist/mac',{stdio: 'inherit'}) // if (fs.existsSync('dist/mac-arm64')) // execSync('python3 -m castlabs_evs.vmp -n sign-pkg dist/mac-arm64 -z',{stdio: 'inherit'}) - if (fs.existsSync('dist/mac-x64')) + if (fs.existsSync('dist/mac-x64') || fs.existsSync('dist/mac-universal--x64') ) execSync('cd ./node_modules/cider_utils; yarn run prebuild-downloads --platform=win32 --verbose; cd ../..',{stdio: 'inherit'}) // console.log('VMP signing complete')