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

[Exe] Add `shellexec` flag #100

Closed annd22 closed 1 year ago

annd22 commented 1 year ago
cybrox commented 1 year ago

You can add whatever you want to the inno setup configuration, currently, flutter_distributor just doesn't tell you that you can provide your own config. (I'll see where I can PR this).

  1. Add script_template: inno_setup.iss to your windows/packaging/exe/make_config.yaml
  2. Copy the template into a new file inno_setup.iss in the same directory
  3. Add whatever additional Inno Setup configuration you need.

This should make it possible to solve your problem.

annd22 commented 1 year ago

Thank you, that works!!! 🎉