Add instructions to generate the installer
This commit is contained in:
parent
a72fa53712
commit
7b0cb8aa0c
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ The following is the build instructions for this project.
|
||||||
|
|
||||||
1. Install Flutter and add it to your path.
|
1. Install Flutter and add it to your path.
|
||||||
2. Run the command: `flutter build windows`
|
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
|
# MacOS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue