From d3a7f1b0a650700d6e00882396035bcc2829bb80 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:34:59 +0800 Subject: [PATCH] :package: Chore(custom): remove universal build on macos --- scripts/config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/config.js b/scripts/config.js index fffb7457..2e8c81aa 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -13,12 +13,6 @@ const darwin = [ ext: '.dmg', arch: '-x64', 'version-file': 'latest-mac.yml' - }, - { - appNameWithPrefix: 'PicList-', - ext: '.dmg', - arch: '-universal', - 'version-file': 'latest-mac.yml' } ]