mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-03-15 04:23:17 +08:00
build windows-msix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
output: dist/
|
||||
|
||||
releases:
|
||||
- name: dev
|
||||
- name: release
|
||||
jobs:
|
||||
- name: macos-dmg
|
||||
package:
|
||||
@@ -16,3 +16,13 @@ releases:
|
||||
target: exe
|
||||
build_args:
|
||||
profile: true
|
||||
|
||||
- name: windows-msix
|
||||
package:
|
||||
platform: windows
|
||||
target: msix
|
||||
|
||||
- name: windows-zip
|
||||
package:
|
||||
platform: windows
|
||||
target: zip
|
||||
|
||||
10
windows/packaging/msix/make_config.yaml
Normal file
10
windows/packaging/msix/make_config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
display_name: ProxyPin
|
||||
publisher_display_name: ProxyPin
|
||||
publisher: CN=8EC6F6C3-E66C-4189-8421-A6F2A451F552
|
||||
identity_name: ProxyPin.ProxyPin
|
||||
publisher_url: https://github.com/wanghongenpin/proxypin
|
||||
msix_version: 1.2.1.0
|
||||
logo_path: D:\IdeaProjects\proxypin\assets\icon.png
|
||||
capabilities: internetClient
|
||||
store: "true"
|
||||
languages: en-US,zh-CN
|
||||
Reference in New Issue
Block a user