This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: 2dust.v2rayN | ||
PackageVersion: '5.39' | ||
InstallerLocale: zh-CN | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: v2rayN\v2rayN.exe | ||
PortableCommandAlias: v2rayn | ||
UpgradeBehavior: install | ||
ReleaseDate: 2022-12-13 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/2dust/v2rayN/releases/download/5.39/v2rayN.zip | ||
InstallerSha256: 8300C55499B69571D87A6EDBD7D8C6D6B311343AD3ED36341218F9CD06FA7264 | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
20 changes: 20 additions & 0 deletions
20
manifests/2/2dust/v2rayN/5.39/2dust.v2rayN.locale.zh-CN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: 2dust.v2rayN | ||
PackageVersion: '5.39' | ||
PackageLocale: zh-CN | ||
Publisher: 2dust | ||
PublisherUrl: https://github.com/2dust | ||
PublisherSupportUrl: https://github.com/2dust/v2rayN/issues | ||
Author: 2dust | ||
PackageName: 2dust | ||
PackageUrl: https://github.com/2dust/v2rayN | ||
License: GPL-3.0 | ||
LicenseUrl: https://github.com/2dust/v2rayN/blob/master/LICENSE | ||
ShortDescription: v2rayN 5.39 | ||
Moniker: v2rayN | ||
ReleaseNotes: '- 改变检查更新v2rayN功能,点击后打开releases' | ||
ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/5.39 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: 2dust.v2rayN | ||
PackageVersion: '5.39' | ||
DefaultLocale: zh-CN | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |
054a81a
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.
@check-spelling-bot Report
🔴 Please review
See the 📜action log for details.
Unrecognized words (9)
aloneguid
alonguid
ALVR
appinstaller
Failback
FFXIV
Pulovers
submitters
Teamcraft
Previously acknowledged words that are now absent
admins Daa Esco fabricbot jedieaston Joakim Kad Karan Levvie mdanish quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:neovim/winget-pkgs.git repository
on the
Neovim.Neovim.Nightly-0.10.0-EC6F009430AF5A6CD063D16925E037A5825909B3
branch (ℹ️ how do I use this?):If the flagged items are 🤯 false positives
If items relate to a ...
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txt
file matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).well-formed pattern.
If you can write a pattern that would match it,
try adding it to the
patterns.txt
file.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.