# inno_bundle **Repository Path**: duutai/inno_bundle ## Basic Information - **Project Name**: inno_bundle - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-25 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Inno Bundle [![pub package](https://img.shields.io/pub/v/inno_bundle.svg)](https://pub.dev/packages/inno_bundle) ![chocolatey version](https://img.shields.io/chocolatey/v/InnoSetup) [![inno setup](https://img.shields.io/badge/Inno_Setup-v6.4.1-blue)](https://jrsoftware.org/isinfo.php) ![hahouari-inno-setup](https://img.shields.io/badge/@hahouari-Inno_Setup-blue) CLI tool that simplifies bundling flutter apps into Windows installers using Inno Setup. # Guide ## 1. Install `inno_bundle` package into your project ```sh dart pub add dev:inno_bundle ``` For more advanced configuration with examples, see [Configuration Options](https://github.com/hahouari/inno_bundle/wiki/Configuration-Options). ## 2. Build the Installer To run the build command on release mode ```sh dart run inno_bundle:build --release ``` **Note:** This will generate the initial configuration if not present in your `pubspec.yaml`. If you need other use cases with our CLI tool, look up [CLI Options](https://github.com/hahouari/inno_bundle/wiki/CLI-Tool-Options). # More Options and Examples You can find more detailed documentation on customizing `inno_bundle`, including examples, on the [GitHub wiki pages](https://github.com/hahouari/inno_bundle/wiki). # Using GitHub Workflow? To automate the process of building the installer with GitHub Actions, refer to [this demo](https://github.com/hahouari/flutter_inno_workflows_demo). You can copy the [build.yaml](https://github.com/hahouari/flutter_inno_workflows_demo/blob/dev/.github/workflows/build.yaml) file into your project and make sure to update [the push branch](https://github.com/hahouari/flutter_inno_workflows_demo/blob/fb49da23996161acc80f0e9f4c169a01908a29a7/.github/workflows/build.yaml#L5). This setup will build the installer and publish it to [GitHub Releases](https://github.com/hahouari/flutter_inno_workflows_demo/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](https://github.com/hahouari/inno_bundle/wiki/Handling-Missing-DLL-Files). # Reporting Issues If you encounter any issues please report them here.