From 2377d92393ef7378dd0ffaefd38f370feba79b7e Mon Sep 17 00:00:00 2001 From: heisir Date: Wed, 26 Jan 2022 23:55:26 +0800 Subject: [PATCH] add arm64 --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f58ef7..09507e5 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,13 @@ "appId": "cn.heisir.m3u8-downloader-mac", "category": "public.app-category.productivity", "target": [ - "dmg" + { + "target": "dmg", + "arch": [ + "x64", + "arm64" + ] + } ], "extraResources": [ "node_modules/ffmpeg-static/ffmpeg",