mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-14 15:48:03 +08:00
18 lines
327 B
YAML
18 lines
327 B
YAML
output: dist/
|
|
|
|
releases:
|
|
- name: dev
|
|
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 |