We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c59f36 commit 7a35241Copy full SHA for 7a35241
.github/workflows/build.yml
@@ -63,8 +63,8 @@ jobs:
63
- name: Make MSIX Installer
64
if: contains(matrix.runner, 'windows')
65
run: |
66
- mkdir build\windows\runner\Release
67
- cp .\build\windows\x64\runner\Release\ build\windows\runner\Release\
+ flutter pub remove archive
+ flutter pub add -d msix:^3.0.0
68
mkdir publish
69
dart run msix:create
70
0 commit comments