🐛 修复打包

This commit is contained in:
luckjiawei 2024-08-08 15:25:52 +08:00
parent 18567646bc
commit d3835b1ed5

View File

@ -52,13 +52,7 @@
]
}
],
"extraResources": {
"from": "./extra/darwin/${arch}/",
"to": "./",
"filter": [
"**/*"
]
},
category: "public.app-category.utilities"
},
"win": {
"target": [
@ -91,13 +85,6 @@
]
}
],
"extraResources": {
"from": "./extra/win32/${arch}/",
"to": "./",
"filter": [
"**/*"
]
}
},
"nsis": {
"artifactName": "${productName}-Setup-${version}.${ext}",
@ -133,27 +120,21 @@
"x64"
]
},
{
"target": "snap",
"arch": [
"x64"
]
}
// {
// "target": "snap",
// "arch": [
// "x64"
// ]
// }
],
"extraResources": {
"from": "./extra/linux/${arch}/",
"to": "./",
"filter": [
"**/*"
]
},
"publish": [
{
"provider": "github",
"owner": "luckjiawei",
"repo": "frpc-desktop",
"releaseType": "draft",
},
]
"category": "Network",
},
"publish": [
{
"provider": "github",
"owner": "luckjiawei",
"repo": "frpc-desktop",
"releaseType": "draft",
},
]
}