From 102e1a03bf9129fc0e09f45b4c5445f3a3f0c149 Mon Sep 17 00:00:00 2001 From: Nihal Agazade <43378371+icarusdust@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:23:50 +0300 Subject: [PATCH] Update building-a-flutter-app.md (#2705) --- content/yaml-quick-start/building-a-flutter-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/yaml-quick-start/building-a-flutter-app.md b/content/yaml-quick-start/building-a-flutter-app.md index 11a7ab8a..aa607e95 100644 --- a/content/yaml-quick-start/building-a-flutter-app.md +++ b/content/yaml-quick-start/building-a-flutter-app.md @@ -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}} +{{}} 🔔 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}} +{{}} #### 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.