Skip to content

Commit 0fa3b9e

Browse files
committed
release.yaml: add dependency msvcr120.dll for libFLAC
1 parent 7f9ed13 commit 0fa3b9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ jobs:
115115
rm -f "./OKEGui/OKEGui/bin/Release/tools/eac3to/libFLAC.dll"
116116
cp flac_dll-x86/libFLAC.dll "./OKEGui/OKEGui/bin/Release/tools/eac3to"
117117
118+
- name: Get dependency msvcr120.dll
119+
shell: cmd
120+
run: |
121+
@echo on
122+
curl -s -o vcredist_x86.exe -L https://aka.ms/highdpimfc2013x86enu
123+
.\vcredist_x86.exe /install /quiet /norestart
124+
cp "C:\Windows\SysWOW64\msvcr120.dll" "./OKEGui/OKEGui/bin/Release/tools/eac3to"
125+
118126
- name: Integrate gMKVExtractGUI
119127
shell: bash
120128
run: |

0 commit comments

Comments
 (0)