mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
fix(build): try to fix up the ARM64 build issue
https://github.com/qier222/YesPlayMusic/runs/4950356054
This commit is contained in:
parent
240c1560db
commit
1c7344beaf
1 changed files with 3 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ module.exports = {
|
||||||
target: [
|
target: [
|
||||||
{
|
{
|
||||||
target: 'AppImage',
|
target: 'AppImage',
|
||||||
arch: ['x64', 'arm64'],
|
arch: ['x64'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
target: 'tar.gz',
|
target: 'tar.gz',
|
||||||
|
|
@ -122,11 +122,11 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
target: 'rpm',
|
target: 'rpm',
|
||||||
arch: ['x64', 'arm64'],
|
arch: ['x64'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
target: 'snap',
|
target: 'snap',
|
||||||
arch: ['x64', 'arm64'],
|
arch: ['x64'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
target: 'pacman',
|
target: 'pacman',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue