exe
Requirements
Usage
Add make_config.yaml
to your project windows/packaging/exe
directory.
Run:
Advanced usage
Custom Inno Setup template
By default, flutter_distributor
will generate an Inno Setup configuration (.iss
) based on an internal template on build time, and populate it with the values provided in make_config.yaml
. If you need more control over the Inno Setup configuration, you can provide a custom template using the script_template
option.
For example:
- Add
script_template: inno_setup.iss
to yourmake_config.yaml
- Create the
inno_setup.iss
in the same directory - Copy the original template from the source code and adjust it.