inno_bundle 0.11.2
inno_bundle: ^0.11.2 copied to clipboard
CLI tool for automating Windows installer creation using Inno Setup.
Inno Bundle #
CLI tool that simplifies bundling flutter apps into Windows installers using Inno Setup.
Guide #
1. Install inno_bundle
package into your project #
dart pub add dev:inno_bundle
2. Build the Installer #
Run the build command on release mode
dart run inno_bundle
Note: This will generate the initial configuration if not present in your pubspec.yaml
.
More Options and Examples #
You can find detailed documentation on customizing inno_bundle
, including examples, on the GitHub wiki pages.
To configure your installer, see Configuration Options, and if you need other use cases with our CLI tool, look up CLI Options.
Using GitHub Workflow? #
To automate the process of building the installer with GitHub Actions, refer to this demo.
You can copy the build.yaml file into your project and make sure to update the push branch. This setup will build the installer and publish it to GitHub Releases with the appropriate versioning.
DLL Files Handling #
inno_bundle
handles including all necessary DLL files within the installer. For more info, refer to this page.
Reporting Issues #
If you encounter any issues please report them here.