Skip to content

Commit

Permalink
✏️ Fix typo path vcredist
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez authored Aug 10, 2024
1 parent 5e08711 commit 23a8d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/inno-setup-package-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Add DLL files
run: |
Copy-Item windows-x64-vc/scripts/windows/x64/msvcp140.dll build/windows/runner/Release/
Copy-Item windows-x64-vc/scripts/windows/x64/vcruntime140.dll build/windows/runner/Release/
Copy-Item windows-x64-vc/scripts/windows/x64/vcruntime140_1.dll build/windows/runner/Release/
Copy-Item windows-x64-vc/msvcp140.dll build/windows/runner/Release/
Copy-Item windows-x64-vc/vcruntime140.dll build/windows/runner/Release/
Copy-Item windows-x64-vc/vcruntime140_1.dll build/windows/runner/Release/
- name: Building the installer
run: |
Expand Down

0 comments on commit 23a8d92

Please sign in to comment.