mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-03-15 04:23:17 +08:00
Merge branch 'stable'
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
**Mac首次打开会提示不受信任开发者,需要到系统偏好设置-安全性与隐私-允许任何来源。**
|
||||
|
||||
## 赞助
|
||||
## 赞助
|
||||
|
||||
如果您觉得ProxyPin对您有帮助,欢迎通过以下方式支持我们,帮助项目长期发展:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
output: dist/
|
||||
|
||||
releases:
|
||||
- name: dev
|
||||
- name: release
|
||||
jobs:
|
||||
- name: macos-dmg
|
||||
package:
|
||||
@@ -15,4 +15,14 @@ releases:
|
||||
platform: windows
|
||||
target: exe
|
||||
build_args:
|
||||
profile: true
|
||||
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