From 3c62da7e19bc3c9ec44559c11ad395d2bf934cc5 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sat, 11 May 2024 21:12:27 +0200 Subject: [PATCH] chore: only build macos dmg --- package.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.ts b/package.ts index ef4eab3..a746fc6 100644 --- a/package.ts +++ b/package.ts @@ -73,8 +73,8 @@ async function executeBuild() { break case 'mac': await buildWithOptions(mac, { platform: 'mac', package: 'dmg' }) - await buildWithOptions(mac, { platform: 'mac', package: 'mas' }) - await buildWithOptions(mac, { platform: 'mac', package: 'zip' }) + // await buildWithOptions(mac, { platform: 'mac', package: 'mas' }) + // await buildWithOptions(mac, { platform: 'mac', package: 'zip' }) break default: await buildWithOptions({ ...mac, projectDir: '' }, { platform: 'mac', package: 'mas-dev' })