mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
29 lines
522 B
YAML
29 lines
522 B
YAML
output: dist/
|
|
|
|
releases:
|
|
- name: release
|
|
jobs:
|
|
- name: macos-dmg
|
|
package:
|
|
platform: macos
|
|
target: dmg
|
|
build_args:
|
|
profile: true
|
|
|
|
- name: windows-exe
|
|
package:
|
|
platform: windows
|
|
target: exe
|
|
build_args:
|
|
profile: true
|
|
|
|
- name: windows-msix
|
|
package:
|
|
platform: windows
|
|
target: msix
|
|
|
|
- name: windows-zip
|
|
package:
|
|
platform: windows
|
|
target: zip
|