Skip to content

Commit

Permalink
windows server dll detect as virus
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenny4 committed Jun 21, 2023
1 parent c16b786 commit c0477e0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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 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
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
- name: Copy script files
run: |
mkdir .\build\windows\runner\Release\script\
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
### Changed

- Copy `msvcp140.dll` `vcruntime140.dll` and `vcruntime140_1.dll` directly from the github host (
windows), see `Copy dll files` in `.github/workflows/release.yml`
windows)

see `Copy dll files` in `.github/workflows/release.yml`
- Change screen `Tutorials` to `Help` and add more useful links

## [0.2.0] - 2023-06-18
Expand Down
Binary file added requirements/windows/msvcp140.dll
Binary file not shown.
Binary file added requirements/windows/vcruntime140.dll
Binary file not shown.
Binary file added requirements/windows/vcruntime140_1.dll
Binary file not shown.

0 comments on commit c0477e0

Please sign in to comment.