Skip to content

Commit

Permalink
Update qqmusic
Browse files Browse the repository at this point in the history
  • Loading branch information
hillwoodroc committed Mar 5, 2020
1 parent 415c4c4 commit 46c699e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion verb/qqmusic.verb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 5 additions & 2 deletions winetricks-zh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 46c699e

Please sign in to comment.