mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-20 19:04:17 +08:00
Use bundled sqlite3
This commit is contained in:
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -36,8 +36,6 @@ jobs:
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
- name: Build resources
|
||||
run: cd windows/resources && msbuild /p:Configuration=Release && Copy-Item "x64/Release/resources.dll" -Destination "../../build/windows/x64/runner/Release/resources.dll"
|
||||
- name: Download required dynamic library
|
||||
run: Invoke-WebRequest -OutFile build/windows/x64/runner/Release/sqlite3.dll "https://github.com/tekartik/sqflite/raw/master/sqflite_common_ffi/lib/src/windows/sqlite3.dll"
|
||||
- name: Package files
|
||||
run: cd build/windows/x64/runner/Release && 7z a -mx9 -y ../../../../../windows.7z
|
||||
- name: Upload files
|
||||
|
||||
Reference in New Issue
Block a user