Skip to content

Commit

Permalink
attempt direct copy
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 27, 2024
1 parent a6abd79 commit 9978830
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ jobs:
echo $thirdpartytool >> $GITHUB_PATH
done
- name: Copy necessary DLLs to bin directory
shell: cmd
run: |
xcopy C:\Windows\System32\concrt140.dll ${env:BUILD_OUTPUT_PATH} /Y
xcopy C:\Windows\System32\msvcp140.dll ${env:BUILD_OUTPUT_PATH} /Y
xcopy C:\Windows\System32\vcruntime140.dll ${env:BUILD_OUTPUT_PATH} /
- name: Build Windows
shell: bash
run: |
Expand Down

0 comments on commit 9978830

Please sign in to comment.