fix(build): try to fix up the ARM64 build issue

https://github.com/qier222/YesPlayMusic/runs/4950356054
master
pan93412 3 years ago
parent 240c1560db
commit 1c7344beaf
No known key found for this signature in database
GPG Key ID: 42154B1B1CFE3377

@ -110,7 +110,7 @@ module.exports = {
target: [
{
target: 'AppImage',
arch: ['x64', 'arm64'],
arch: ['x64'],
},
{
target: 'tar.gz',
@ -122,11 +122,11 @@ module.exports = {
},
{
target: 'rpm',
arch: ['x64', 'arm64'],
arch: ['x64'],
},
{
target: 'snap',
arch: ['x64', 'arm64'],
arch: ['x64'],
},
{
target: 'pacman',

Loading…
Cancel
Save