diff --git a/colorpicker-build.json b/colorpicker-build.json index a38306b..9b6db69 100644 --- a/colorpicker-build.json +++ b/colorpicker-build.json @@ -9,8 +9,7 @@ }, "files": ["**/*"], "mac": { - "target": ["dmg"], - "arch": ["arm64", "x64"], + "target": [{ "target": "dmg", "arch": ["arm64", "x64"] }], "category": "public.app-category.graphics-design", "icon": "build/icon.icns", "type": "distribution"