Skip to content

Commit

Permalink
Merge pull request #67 from Lenny4/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Lenny4 authored Jun 21, 2023
2 parents c2187f3 + 57d0832 commit 1eb9e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
run: flutter build windows --release
- name: Copy dll files
run: |
copy .\requirements\windows\msvcp140.dll build\windows\runner\Release
copy .\requirements\windows\vcruntime140.dll build\windows\runner\Release
copy .\requirements\windows\vcruntime140_1.dll build\windows\runner\Release
copy C:\Windows\System32\msvcp140.dll build\windows\runner\Release
copy C:\Windows\System32\vcruntime140.dll build\windows\runner\Release
copy C:\Windows\System32\vcruntime140_1.dll build\windows\runner\Release
- name: Copy script files
run: |
mkdir .\build\windows\runner\Release\script\
Expand Down

0 comments on commit 1eb9e36

Please sign in to comment.