Skip to content

Commit

Permalink
Disable update for QQ, stay on the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hillwoodroc committed Mar 5, 2020
1 parent c3dddb3 commit 415c4c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion verb/qq.verb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 @@ -48,6 +48,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

0 comments on commit 415c4c4

Please sign in to comment.