🐛 修复打包
This commit is contained in:
parent
18567646bc
commit
d3835b1ed5
@ -52,13 +52,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"extraResources": {
|
category: "public.app-category.utilities"
|
||||||
"from": "./extra/darwin/${arch}/",
|
|
||||||
"to": "./",
|
|
||||||
"filter": [
|
|
||||||
"**/*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
@ -91,13 +85,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"extraResources": {
|
|
||||||
"from": "./extra/win32/${arch}/",
|
|
||||||
"to": "./",
|
|
||||||
"filter": [
|
|
||||||
"**/*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"artifactName": "${productName}-Setup-${version}.${ext}",
|
"artifactName": "${productName}-Setup-${version}.${ext}",
|
||||||
@ -133,27 +120,21 @@
|
|||||||
"x64"
|
"x64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
"target": "snap",
|
// "target": "snap",
|
||||||
"arch": [
|
// "arch": [
|
||||||
"x64"
|
// "x64"
|
||||||
]
|
// ]
|
||||||
}
|
// }
|
||||||
],
|
],
|
||||||
"extraResources": {
|
"category": "Network",
|
||||||
"from": "./extra/linux/${arch}/",
|
|
||||||
"to": "./",
|
|
||||||
"filter": [
|
|
||||||
"**/*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"publish": [
|
|
||||||
{
|
|
||||||
"provider": "github",
|
|
||||||
"owner": "luckjiawei",
|
|
||||||
"repo": "frpc-desktop",
|
|
||||||
"releaseType": "draft",
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
|
"publish": [
|
||||||
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"owner": "luckjiawei",
|
||||||
|
"repo": "frpc-desktop",
|
||||||
|
"releaseType": "draft",
|
||||||
|
},
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user