mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-23 23:21:02 +01:00
build: ✨ Add appx build
This commit is contained in:
parent
d2d1273972
commit
bd0f10b400
@ -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": [
|
||||
|
BIN
electron/resources/build/appx/Square150x150Logo.png
Normal file
BIN
electron/resources/build/appx/Square150x150Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
electron/resources/build/appx/Square44x44Logo.png
Normal file
BIN
electron/resources/build/appx/Square44x44Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 865 B |
BIN
electron/resources/build/appx/StoreLogo.png
Normal file
BIN
electron/resources/build/appx/StoreLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
electron/resources/build/appx/Wide310x150Logo.png
Normal file
BIN
electron/resources/build/appx/Wide310x150Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue
Block a user