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 bd1af59Copy full SHA for bd1af59
.github/workflows/release.yaml
@@ -115,6 +115,13 @@ jobs:
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
118
+ - name: Get dependency msvcr120.dll
119
+ shell: cmd
120
+ run: |
121
+ curl -s -o vcredist_x86.exe -L https://aka.ms/highdpimfc2013x86enu
122
+ .\vcredist_x86.exe /install /quiet /norestart
123
+ cp "C:\Windows\SysWOW64\msvcr120.dll" "./OKEGui/OKEGui/bin/Release/tools/eac3to"
124
+
125
- name: Integrate gMKVExtractGUI
126
shell: bash
127
run: |
0 commit comments