🐛 修复打包

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": { 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",
},
]
} }