Skip to content

Commit

Permalink
Update QQ to 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hillwoodroc committed Nov 22, 2019
1 parent c3dddb3 commit e24dbe4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions verb/qq.verb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
w_metadata qq apps \
title="QQ 8.9.6(Chinese chat app)" \
title="QQ 9.2.1(Chinese chat app)" \
publisher="Tencent" \
year="2017" \
year="2019" \
media="download" \
file1="QQ8.9.6.exe" \
file1="PCQQ2019.exe" \
file2="QQ.tar.gz"\
installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQ/Bin/QQScLauncher.exe" \
homepage="http://www.qq.com" \
unattended="no"

load_qq()
{
w_download https://dldir1.qq.com/qqfile/qq/QQ8.9.6/22404/QQ8.9.6.exe d207f49a642be21c4e1b14fc9f4cf47a6a9a2718afbc8bd0685b607b65424ef6
w_download https://qd.myapp.com/myapp/qqteam/pcqq/PCQQ2019.exe a2e61af67bd583150be8cd3951bd7a52079549a8bffb7b981d061d16e619d109
w_download https://hillwoodhome.net/wine/QQ.tar.gz eb5cd6371eb75ec9e2fc0271199df05cbb9f38a60c2e81d5d8ac7daeb40aba62

if w_workaround_wine_bug 5162 "Installing native riched20 to work around can't input username."
Expand Down Expand Up @@ -49,6 +49,8 @@ load_qq()
w_override_dlls disabled txplatform.exe
fi

w_call winxp

w_try_cd "$W_CACHE/$W_PACKAGE"
w_try "$WINE" "$file1"
}
10 changes: 6 additions & 4 deletions winetricks-zh
Original file line number Diff line number Diff line change
Expand Up @@ -15077,19 +15077,19 @@ _EOF_
#----------------------------------------------------------------

w_metadata qq apps \
title="QQ 8.9.6(Chinese chat app)" \
title="QQ 9.2.1(Chinese chat app)" \
publisher="Tencent" \
year="2017" \
year="2019" \
media="download" \
file1="QQ8.9.6.exe" \
file1="PCQQ2019.exe" \
file2="QQ.tar.gz"\
installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQ/Bin/QQScLauncher.exe" \
homepage="http://www.qq.com" \
unattended="no"

load_qq()
{
w_download https://dldir1.qq.com/qqfile/qq/QQ8.9.6/22404/QQ8.9.6.exe d207f49a642be21c4e1b14fc9f4cf47a6a9a2718afbc8bd0685b607b65424ef6
w_download https://qd.myapp.com/myapp/qqteam/pcqq/PCQQ2019.exe a2e61af67bd583150be8cd3951bd7a52079549a8bffb7b981d061d16e619d109
w_download https://hillwoodhome.net/wine/QQ.tar.gz eb5cd6371eb75ec9e2fc0271199df05cbb9f38a60c2e81d5d8ac7daeb40aba62

if w_workaround_wine_bug 5162 "Installing native riched20 to work around can't input username."
Expand Down Expand Up @@ -15127,6 +15127,8 @@ load_qq()
w_override_dlls disabled txplatform.exe
fi

w_call winxp

w_try_cd "$W_CACHE/$W_PACKAGE"
w_try "$WINE" "$file1"
}
Expand Down

0 comments on commit e24dbe4

Please sign in to comment.