feat: support for pkg installer (#7561)

Co-authored-by: shubh-bruno <shubh-bruno@shubh-bruno.local>
This commit is contained in:
shubh-bruno
2026-03-25 16:35:18 +05:30
committed by GitHub
parent 4245944ccc
commit 304f6c8b80

View File

@@ -20,6 +20,10 @@ const config = {
artifactName: '${name}_${version}_${arch}_${os}.${ext}',
category: 'public.app-category.developer-tools',
target: [
{
target: 'pkg',
arch: ['x64', 'arm64']
},
{
target: 'dmg',
arch: ['x64', 'arm64']