We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9ed13 commit 5271399Copy full SHA for 5271399
.github/workflows/release.yaml
@@ -114,6 +114,10 @@ jobs:
114
# update eac3to's libflac
115
rm -f "./OKEGui/OKEGui/bin/Release/tools/eac3to/libFLAC.dll"
116
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"
121
122
- name: Integrate gMKVExtractGUI
123
shell: bash
0 commit comments