Skip to content

Conversation

@Mister-Hope
Copy link

@Mister-Hope Mister-Hope commented Jan 5, 2026

This PR adds tencent docs.

Copilot AI review requested due to automatic review settings January 5, 2026 07:58
@Mister-Hope Mister-Hope requested a review from chawyehsu as a code owner January 5, 2026 07:58
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new Scoop manifest for Tencent Docs (腾讯文档), a cross-platform collaborative document editing tool. The manifest includes version checking via API, automatic updates, and support for both 32-bit and 64-bit Windows architectures.

Key changes:

  • Adds new manifest bucket/tencent-docs.json with version 3.10.16
  • Implements custom checkver script that queries Tencent's API for version information
  • Configures pre-install extraction and cleanup scripts for NSIS installer

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

All changes look good.

Wait for review from human collaborators.

tencent-docs

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://docs.qq.com/api/package/get?channel_id=30001&version_id=latest&package_name=TencentDocs-x86_64.exe#/dl.7z",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL points to a dynamically changing package, fixed package should be used otherwise you should mark the version as nightly.

Copy link
Author

@Mister-Hope Mister-Hope Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing out, I can not perform any successful download when trying to change latest in to a version code format. I will give a try later, and change to nightly if not working anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants