Skip to content

Commit 7ab1a7c

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ 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: Set admin
119+
shell: pwsh
120+
run: Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "ConsentPromptBehaviorAdmin"
121+
122+
- name: Get dependency msvcr120.dll
123+
shell: bash
124+
run: |
125+
curl -s -o vcredist_x86.exe -L https://aka.ms/highdpimfc2013x86enu
126+
./vcredist_x86.exe /install /quiet /norestart
127+
cp "$WINDIR/SysWOW64/msvcr120.dll" "./OKEGui/OKEGui/bin/Release/tools/eac3to"
128+
118129
- name: Integrate gMKVExtractGUI
119130
shell: bash
120131
run: |

0 commit comments

Comments
 (0)