diff --git a/.gitignore b/.gitignore index 91edff51..acffe873 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ migrate_working_dir/ **/libclash.h **/*.dll **/*.dylib +/dist/ # Symbolication related app.*.symbols diff --git a/distribute_options.yaml b/distribute_options.yaml new file mode 100644 index 00000000..cdf786ad --- /dev/null +++ b/distribute_options.yaml @@ -0,0 +1,8 @@ +output: dist/ +releases: + - name: prod + jobs: + - name: release-prod-windows + package: + platform: windows + target: exe diff --git a/windows/packaging/exe/make_config.yaml b/windows/packaging/exe/make_config.yaml new file mode 100644 index 00000000..be04fb83 --- /dev/null +++ b/windows/packaging/exe/make_config.yaml @@ -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 \ No newline at end of file