Skip to content

Commit

Permalink
Merge pull request #90 from mylxsw/develop
Browse files Browse the repository at this point in the history
bugfix for windows build
  • Loading branch information
mylxsw authored Jan 26, 2024
2 parents cfab714 + 8845caa commit 3718530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build Windows app
#run: flutter build windows --release
run: dart run msix:create --release -v --output-path build/windows/runner --output-name AIdea
run: dart run msix:create --release -v --output-path build/windows/runner --output-name AIdea --install-certificate false

# - name: Copy dependencies
# run: copy .\windows\sqlite3.dll .\build\windows\runner\Release\
Expand Down

0 comments on commit 3718530

Please sign in to comment.