forked from mylxsw/aidea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加 sqlite3.dll 到 Windows 目录,解决Windows版本打开没有反应问题
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,14 @@ jobs: | |
- name: Set up Flutter | ||
uses: subosito/[email protected] | ||
with: | ||
flutter-version: "3.13.1" # Set flutter version here | ||
flutter-version: "3.13.2" # Set flutter version here | ||
|
||
- name: Build Windows app | ||
run: flutter build windows --release | ||
|
||
- name: Copy dependencies | ||
run: copy .\windows\sqlite3.dll .\build\windows\runner\Release\ | ||
|
||
- name: Upload artifact | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.