fix: 🐛 修复 linux 打包配置错误的问题

This commit is contained in:
viarotel 2023-10-21 16:49:47 +08:00
parent e1a8a61f24
commit a9668d943f

View File

@ -86,7 +86,7 @@
"arch": ["x64", "arm64"] "arch": ["x64", "arm64"]
} }
], ],
"artifactName": "${productName}-${version}-linux.${ext}" "artifactName": "${productName}-${version}-linux-${arch}.${ext}"
}, },
"npmRebuild": false "npmRebuild": false
} }