Skip to content

Commit 5271399

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
# update eac3to's libflac
115115
rm -f "./OKEGui/OKEGui/bin/Release/tools/eac3to/libFLAC.dll"
116116
cp flac_dll-x86/libFLAC.dll "./OKEGui/OKEGui/bin/Release/tools/eac3to"
117+
# get dependency msvcr120.dll
118+
curl -s -o vcredist_x86.exe -L https://aka.ms/highdpimfc2013x86enu
119+
./vcredist_x86.exe /install /quiet /norestart
120+
cp "$WINDIR/SysWOW64/msvcr120.dll" "./OKEGui/OKEGui/bin/Release/tools/eac3to"
117121
118122
- name: Integrate gMKVExtractGUI
119123
shell: bash

0 commit comments

Comments
 (0)