mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
build win target on ARM
This commit is contained in:
16
package.json
16
package.json
@ -35,8 +35,20 @@
|
|||||||
"!plugins/touchbar${/*}"
|
"!plugins/touchbar${/*}"
|
||||||
],
|
],
|
||||||
"target": [
|
"target": [
|
||||||
"nsis",
|
{
|
||||||
"portable"
|
"target": "nsis",
|
||||||
|
"arch": [
|
||||||
|
"x64",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"target": "portable",
|
||||||
|
"arch": [
|
||||||
|
"x64",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
|
|||||||
Reference in New Issue
Block a user