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 0fa3b9eCopy full SHA for 0fa3b9e
.github/workflows/release.yaml
@@ -115,6 +115,14 @@ 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
+ @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
+
126
- name: Integrate gMKVExtractGUI
127
shell: bash
128
run: |
0 commit comments