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 7ab1a7cCopy full SHA for 7ab1a7c
.github/workflows/release.yaml
@@ -115,6 +115,17 @@ 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: 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
129
- name: Integrate gMKVExtractGUI
130
shell: bash
131
run: |
0 commit comments