You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ As such, this repository currently aims to adapt their presently available docum
10
10
As FireGiant puts out new documentation, we will revisit and continue to refine this repository to provide more comprehensive instructions,
11
11
as well as a more pleasing UI.
12
12
13
+
You may find the official tutorial [here](https://www.firegiant.com/docs/wix/tutorial/), and the official docs [here](https://wixtoolset.org/docs/intro/).
14
+
13
15
## A rose by any other name would smell as sweet
14
16
15
17
SunnyFORM is designed as a part of the toolchain for CastFORM, a Pokémon registration sheet filler.
@@ -57,6 +59,7 @@ WiX supports a number of interfaces including CLI - we decided to go with the Vi
57
59
3. Navigate to `Package.wxs`, and under the `Package`tag, update the version number attribute
58
60
4. Check if the the folder structure in `CastFORM/build/windows/runner/Release` has changed, and update `Folders.wxs` accordingly
59
61
5. Check if the file structure has changed, and update `AppComponents.wxs` accordingly
62
+
6. In the top toolbar got to `Build > Build Solution`
60
63
61
64
## How To Use HeatWave for Flutter Projects
62
65
@@ -94,6 +97,7 @@ which may be suitable for large projects but unlikely to be necessary for our in
94
97
- To use preprocessor variables, see step 2
95
98
11. Repeat for Visual C++ Redustributable libraries
96
99
- See our `VRredist.wxs` for reference
100
+
12. In the top toolbar got to `Build > Build Solution`
0 commit comments