Skip to content

Commit

Permalink
Update QQMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
hillwoodroc committed Aug 15, 2019
1 parent 9e1c7cb commit 2b66e4e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------
Thu Aug 15 2019 - [email protected]

- Update QQMusic

-------------------------------------------
Wed Aug 14 2019 - [email protected]

Expand Down
7 changes: 5 additions & 2 deletions verb/qqmusic.verb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
w_metadata qqmusic apps\
title="QQ Music" \
publisher="Tencent" \
year="2018" \
year="2019" \
media="download" \
file1="QQMusicSetup.exe" \
installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQMusic/QQMusic.exe" \
Expand All @@ -10,7 +10,7 @@ w_metadata qqmusic apps\

load_qqmusic()
{
w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe d89c4e24d816485e8c743a53e07501342c38609ab20275135a485ef21dc64425
w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe 78307058a82adeb186f93886086a98ecec7df8c67b7a3a9a37867df9dfc18537
cd "$W_CACHE/$W_PACKAGE"

if w_workaround_wine_bug 5162 "Installing native riched20 to fix can not input username bug"
Expand All @@ -24,6 +24,9 @@ cd "$W_CACHE/$W_PACKAGE"
# uses mfc42u.dll
w_call mfc42

#use ie8
w_call ie8

# Make sure chinese fonts are available
w_call fakechinese

Expand Down
7 changes: 5 additions & 2 deletions winetricks-zh
Original file line number Diff line number Diff line change
Expand Up @@ -20960,7 +20960,7 @@ load_qqlight()
w_metadata qqmusic apps\
title="QQ Music" \
publisher="Tencent" \
year="2018" \
year="2019" \
media="download" \
file1="QQMusicSetup.exe" \
installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQMusic/QQMusic.exe" \
Expand All @@ -20969,7 +20969,7 @@ w_metadata qqmusic apps\

load_qqmusic()
{
w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe d89c4e24d816485e8c743a53e07501342c38609ab20275135a485ef21dc64425
w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe 78307058a82adeb186f93886086a98ecec7df8c67b7a3a9a37867df9dfc18537
cd "$W_CACHE/$W_PACKAGE"

if w_workaround_wine_bug 5162 "Installing native riched20 to fix can not input username bug"
Expand All @@ -20983,6 +20983,9 @@ cd "$W_CACHE/$W_PACKAGE"
# uses mfc42u.dll
w_call mfc42

#use ie8
w_call ie8

# Make sure chinese fonts are available
w_call fakechinese

Expand Down

0 comments on commit 2b66e4e

Please sign in to comment.