build: Add appx build

This commit is contained in:
viarotel 2023-11-14 15:22:26 +08:00
parent d2d1273972
commit bd0f10b400
5 changed files with 11 additions and 0 deletions

View File

@ -21,6 +21,10 @@
{
"target": "portable",
"arch": ["x64", "arm64"]
},
{
"target": "appx",
"arch": ["x64", "arm64"]
}
],
"artifactName": "${productName}-${version}-win-${arch}.${ext}",
@ -43,6 +47,13 @@
"artifactName": "${productName}-${version}-win-portable-${arch}.${ext}",
"requestExecutionLevel": "user"
},
"appx": {
"identityName": "",
"publisher": "",
"applicationId": "",
"publisherDisplayName": "viarotel",
"languages": ["zh-CN", "en-US"]
},
"mac": {
"icon": "logo.icns",
"target": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB