Fix dll path.

This commit is contained in:
Dain Nilsson 2023-10-05 19:13:58 +02:00
parent 5d2c6bd670
commit 1840227f15
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -67,9 +67,9 @@ jobs:
- name: Move .dll files
run: |
$dest = "build\windows\runner\Release"
cp $dest\helper\MSVCP140.dll $dest\
cp $dest\helper\VCRUNTIME140.dll $dest\
cp $dest\helper\VCRUNTIME140_1.dll $dest\
cp $dest\helper\_internal/MSVCP140.dll $dest\
cp $dest\helper\_internal/VCRUNTIME140.dll $dest\
cp $dest\helper\_internal/VCRUNTIME140_1.dll $dest\
- name: Create an unsigned .msi installer package
run: |