leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

[Windows](feature request): 支持直接使用 Inno setup 的配置文件 #69

Closed zhujiageng closed 2 years ago

zhujiageng commented 2 years ago

如题,Inno setup 支持设置不同的帮助链接,支持链接和更新信息,但是在 make_config.yaml 里只能配置成同一个。所以能否支持用户直接引入一个 Inno 的配置文件?

lijy91 commented 2 years ago

初步构想,在 make_config.yaml 增加一个 script_template 字段,用于指定自定义的 script 模板

script_template: 'custom-script.iss'
lijy91 commented 2 years ago

v0.2.5 已包含该改进

kekko7072 commented 1 year ago

how can I use a custom inno script to use it to build.

lijy91 commented 1 year ago

@kekko7072 Please see the doc https://distributor.leanflutter.org/docs/makers/exe