From 46c699e6db40f6b5d7f573f2fee359dc2cd090f6 Mon Sep 17 00:00:00 2001 From: hillwoodroc Date: Thu, 5 Mar 2020 11:26:58 +0800 Subject: [PATCH] Update qqmusic --- verb/qqmusic.verb | 2 +- winetricks-zh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/verb/qqmusic.verb b/verb/qqmusic.verb index 9f2679f..7cf2ef0 100755 --- a/verb/qqmusic.verb +++ b/verb/qqmusic.verb @@ -10,7 +10,7 @@ w_metadata qqmusic apps\ load_qqmusic() { -w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe 0b634432673100afba272225e3bb2e7c17504cda9765ad95cd804bac9f61933a +w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe a93427796cc21b8e251fd4ea8c089511886aca98b09dc722f602cbfda3ab43e2 cd "$W_CACHE/$W_PACKAGE" if w_workaround_wine_bug 5162 "Installing native riched20 to fix can not input username bug" diff --git a/winetricks-zh b/winetricks-zh index 9dc9a4b..29d3c89 100755 --- a/winetricks-zh +++ b/winetricks-zh @@ -15114,7 +15114,7 @@ load_qq() w_try mv QQ/48x48/QQ.png ~/.local/share/icons/hicolor/48x48/apps w_try mv QQ/256x256/QQ.png ~/.local/share/icons/hicolor/256x256/apps # shellcheck disable=SC1001 - echo Exec=env WINEPREFIX="$WINEPREFIX" "$WINE" '"'$W_PROGRAMS_X86_WIN'/Tencent/QQ/bin/QQScLauncher.exe"' >> "$HOME/.local/share/applications/wine/Programs/腾讯软件/QQ/腾讯QQ.desktop" + echo Exec=env WINEPREFIX="$WINEPREFIX" "$WINE" \"$W_PROGRAMS_X86_WIN/Tencent/QQ/bin/QQScLauncher.exe\" >> "$HOME/.local/share/applications/wine/Programs/腾讯软件/QQ/腾讯QQ.desktop" fi if w_workaround_wine_bug 39657 "Disable ntoskrnl.exe to work around can't be started bug" @@ -15126,6 +15126,9 @@ load_qq() then w_override_dlls disabled txplatform.exe fi + + # Disable update, stay on the version. + w_override_dlls disabled txupd.exe w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" "$file1" @@ -22138,7 +22141,7 @@ w_metadata qqmusic apps\ load_qqmusic() { -w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe 0b634432673100afba272225e3bb2e7c17504cda9765ad95cd804bac9f61933a +w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe a93427796cc21b8e251fd4ea8c089511886aca98b09dc722f602cbfda3ab43e2 cd "$W_CACHE/$W_PACKAGE" if w_workaround_wine_bug 5162 "Installing native riched20 to fix can not input username bug"