Skip to content

Commit

Permalink
Merge pull request #45 from tgurr/klite
Browse files Browse the repository at this point in the history
klite: update version to 18.1.5
  • Loading branch information
R1kaB3rN authored Mar 9, 2024
2 parents 568fe1f + 23693c2 commit 9ef041e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions verbs/klite.verb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
w_metadata klite dlls \
title="K-Lite codecs" \
media="download" \
file1="K-Lite_Codec_Pack_1700_Basic.exe" \
file1="K-Lite_Codec_Pack_1815_Basic.exe" \
homepage="https://codecguide.com/download_kl.htm"

load_klite()
{
w_download https://files3.codecguide.com/K-Lite_Codec_Pack_1700_Basic.exe 24ffa374926004d3b7e8e0a3daa2d0f7f18846c8bcbcbddf8af38a7f9a0fb629
w_download https://files3.codecguide.com/K-Lite_Codec_Pack_1815_Basic.exe 9eba61163d4ff3c0ce3e88aa21b15366757a260684d6190a271fc452ba05e7d7
w_try_cd "${W_CACHE}/${W_PACKAGE}"
cat > "klcp_basic_unattended.ini" <<_EOF_
[Setup]
Expand Down Expand Up @@ -40,5 +40,5 @@ hwa_other_auto=1
lang_set_preferred=1
lang_autodetect=1
_EOF_
w_try "${WINE}" start.exe /exec K-Lite_Codec_Pack_1700_Basic.exe /verysilent /norestart /LoadInf="./klcp_basic_unattended.ini"
w_try "${WINE}" start.exe /exec K-Lite_Codec_Pack_1815_Basic.exe /verysilent /norestart /LoadInf="./klcp_basic_unattended.ini"
}

0 comments on commit 9ef041e

Please sign in to comment.