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 e289a7d commit 04a9303Copy full SHA for 04a9303
.github/workflows/release.yaml
@@ -70,7 +70,7 @@ jobs:
70
set -ex
71
mkdir -p "./OKEGui/OKEGui/bin/Release/tools/eac3to"
72
#
73
- curl -s -o eac3to.rar -L https://www.rationalqm.us/eac3to/eac3to_3.52.rar
+ curl -s -o eac3to.rar -L https://github.com/vcb-s/OKEGui/releases/download/tools/eac3to_3.52.rar
74
7z x -oeac3to eac3to.rar
75
rm -f eac3to/*.wav
76
rm -f eac3to/libdcadec.dll
0 commit comments