-
-
Notifications
You must be signed in to change notification settings - Fork 112
feat: add tencent-docs #1029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: add tencent-docs #1029
Conversation
There was a problem hiding this 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.jsonwith 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.
|
All changes look good. Wait for review from human collaborators. tencent-docs
|
| "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", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
This PR adds tencent docs.