From 7b0cb8aa0c975770f20c85ca1ccc24a7c59ab902 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 24 Jan 2025 07:55:34 -0700 Subject: [PATCH] Add instructions to generate the installer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d799c82..0432a4a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ The following is the build instructions for this project. 1. Install Flutter and add it to your path. 2. Run the command: `flutter build windows` +3. (OPTIONAL) Installer - skip if not desired +4. To build the installer you will need Inno Setup installed. +5. Add the path you installed IS to your path. +6. Run compile.bat to both build and generate the setup file which will be placed into the out folder. # MacOS