Skip to content

Commit

Permalink
Update building-a-flutter-app.md (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusdust authored Aug 30, 2024
1 parent c208edd commit 102e1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/yaml-quick-start/building-a-flutter-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ Please make sure to wrap the `--bundle` pattern in single quotes. If the `--bund
- build\windows\x64\runner\release.zip
{{< /highlight >}}

{{notebook}}
{{<notebox>}}
🔔 Note: Flutter changed Windows build path to add the target architecture which landed in 3.15.0-0.0.pre and in stable release v3.16.0. More info can be found [here](https://docs.flutter.dev/release/breaking-changes/windows-build-architecture). So, depending on the Flutter version being used, `\x64` needs to be added to the path in order to be able to produce a zip file containing `.exe`
{{/notebook}}
{{</notebox>}}

#### Creating an MSIX package for publishing to Microsoft Store
Codemagic uses the [Flutter msix package](https://pub.dev/packages/msix) for packaging the application. For publishing to the Microsoft Store, it is necessary to define certain arguments during packaging.
Expand Down

0 comments on commit 102e1a0

Please sign in to comment.