mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
Fix dll path.
This commit is contained in:
parent
5d2c6bd670
commit
1840227f15
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user