added dll files for x64

This commit is contained in:
Robert
2024-01-20 18:15:45 +09:00
parent dc950cc3df
commit b5748cf081
4 changed files with 3 additions and 3 deletions

View File

@@ -65,9 +65,9 @@ jobs:
- run: flutter build windows --release
- name: Copy DLL files
run: |
Copy-Item windows/dll/x64/msvcp140.dll build/windows/x64/runner/Release/
Copy-Item windows/dll/x64/vcruntime140.dll build/windows/x64/runner/Release/
Copy-Item windows/dll/x64/vcruntime140_1.dll build/windows/x64/runner/Release/
Copy-Item windows/dll/msvcp140.dll build/windows/x64/runner/Release/
Copy-Item windows/dll/vcruntime140.dll build/windows/x64/runner/Release/
Copy-Item windows/dll/vcruntime140_1.dll build/windows/x64/runner/Release/
- name: Zip Windows build
run: Compress-Archive -Path build/windows/x64/runner/Release/* -DestinationPath windows-build.zip
- name: Upload Windows build

BIN
windows/dll/msvcp140.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.