forked from CastroFidel/PortWINE
Fix runtime libs and add ACO function
This commit is contained in:
@ -15702,11 +15702,11 @@ _EOF_
|
||||
#----------------------------------------------------------------
|
||||
|
||||
w_metadata qq apps \
|
||||
title="QQ 8.9.1(Chinese chat app)" \
|
||||
title="QQ 8.9.6(Chinese chat app)" \
|
||||
publisher="Tencent" \
|
||||
year="2017" \
|
||||
media="download" \
|
||||
file1="QQ8.9.1.exe" \
|
||||
file1="QQ8.9.6.exe" \
|
||||
file2="QQ.tar.gz"\
|
||||
installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQ/Bin/QQScLauncher.exe" \
|
||||
homepage="https://www.qq.com/" \
|
||||
@ -15714,7 +15714,7 @@ w_metadata qq apps \
|
||||
|
||||
load_qq()
|
||||
{
|
||||
w_download https://dldir1.qq.com/qqfile/qq/QQ8.9.1/20437/QQ8.9.1.exe 8e0d3ff5264da2d77e2fc011c21048edeebcf082f55f68a301f763c3a15c0d3f
|
||||
w_download https://dldir1.qq.com/qqfile/qq/QQ8.9.6/22404/QQ8.9.6.exe d207f49a642be21c4e1b14fc9f4cf47a6a9a2718afbc8bd0685b607b65424ef6
|
||||
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."; then
|
||||
@ -15737,7 +15737,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"; then
|
||||
@ -15748,6 +15748,9 @@ load_qq()
|
||||
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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user