Add distribution setup for windows
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -40,6 +40,7 @@ migrate_working_dir/
|
|||||||
**/libclash.h
|
**/libclash.h
|
||||||
**/*.dll
|
**/*.dll
|
||||||
**/*.dylib
|
**/*.dylib
|
||||||
|
/dist/
|
||||||
|
|
||||||
# Symbolication related
|
# Symbolication related
|
||||||
app.*.symbols
|
app.*.symbols
|
||||||
|
|||||||
8
distribute_options.yaml
Normal file
8
distribute_options.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
output: dist/
|
||||||
|
releases:
|
||||||
|
- name: prod
|
||||||
|
jobs:
|
||||||
|
- name: release-prod-windows
|
||||||
|
package:
|
||||||
|
platform: windows
|
||||||
|
target: exe
|
||||||
9
windows/packaging/exe/make_config.yaml
Normal file
9
windows/packaging/exe/make_config.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
app_id: 6L903538-42B1-4596-G479-BJ779F21A65D
|
||||||
|
publisher: Hiddify
|
||||||
|
publisher_url: https://github.com/hiddify/hiddify-next
|
||||||
|
display_name: Hiddify
|
||||||
|
create_desktop_icon: true
|
||||||
|
install_dir_name: "{autopf64}\\hiddify"
|
||||||
|
setup_icon_file: ..\..\assets\images\logo_round.ico
|
||||||
|
locales:
|
||||||
|
- en
|
||||||
Reference in New Issue
Block a user