-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: DuckStudio.GitHubView version 1.0.1
- Loading branch information
1 parent
09f283c
commit 1368646
Showing
3 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
manifests/d/DuckStudio/GitHubView/1.0.1/DuckStudio.GitHubView.installer.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,53 @@ | ||
# Created with komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: DuckStudio.GitHubView | ||
PackageVersion: 1.0.1 | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
Commands: | ||
- ghv | ||
Protocols: | ||
- https | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.DotNet.Runtime.8 | ||
ReleaseDate: 2024-12-23 | ||
InstallerLocale: en-US | ||
Installers: | ||
- Architecture: neutral | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: ghv.exe | ||
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-windows.zip | ||
InstallerSha256: 85D7557619A9F04FC72A7203C51A58F46E01B4F7454BEFE3BD2EC26FE752162D | ||
- Architecture: x64 | ||
InstallerType: inno | ||
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe | ||
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900 | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\GitHubView' | ||
- Architecture: x86 | ||
InstallerType: inno | ||
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe | ||
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900 | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\GitHubView' | ||
- Architecture: arm | ||
InstallerType: inno | ||
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe | ||
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900 | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\GitHubView' | ||
- Architecture: arm64 | ||
InstallerType: inno | ||
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe | ||
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900 | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\GitHubView' | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
41 changes: 41 additions & 0 deletions
41
manifests/d/DuckStudio/GitHubView/1.0.1/DuckStudio.GitHubView.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,41 @@ | ||
# Created with komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: DuckStudio.GitHubView | ||
PackageVersion: 1.0.1 | ||
PackageLocale: zh-CN | ||
Publisher: 鸭鸭「カモ」 | ||
PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ | ||
PublisherSupportUrl: https://github.com/DuckDuckStudio/GitHubView/issues | ||
Author: 鸭鸭「カモ」 | ||
PackageName: GitHubView | ||
PackageUrl: https://github.com/DuckDuckStudio/GitHubView | ||
License: GNU General Public License v3.0 | ||
LicenseUrl: https://github.com/DuckDuckStudio/GitHubView/blob/HEAD/LICENSE.txt | ||
Copyright: 版权所有 (c) 鸭鸭「カモ」 | ||
CopyrightUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/LICENSE.txt | ||
ShortDescription: 💻在控制台中查看GitHub上的内容 | ||
Description: GitHubView 是一个用于查看 GitHub 上的信息的命令行工具。 | ||
Tags: | ||
- github | ||
- 信息查看 | ||
- 命令 | ||
- 命令工具 | ||
- 命令行工具 | ||
- 控制台 | ||
- 终端 | ||
- 终端工具 | ||
ReleaseNotes: | | ||
修改了什么 | ||
- feat: 可以通过参数传递所需值 by @DuckDuckStudio in 5a50a1c | ||
- fix: 通过转义可能的特殊字符来修复 #5 by @DuckDuckStudio in ac5a851 | ||
自动构建流: https://github.com/DuckDuckStudio/GitHubView/actions/runs/12468544605 | ||
完整修改: https://github.com/DuckDuckStudio/GitHubView/compare/1.0.0...1.0.1 | ||
ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHubView/releases/tag/1.0.1 | ||
Documentations: | ||
- DocumentLabel: README | ||
DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/README.md | ||
- DocumentLabel: 贡献指南 | ||
DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/CONTRIBUTING.md | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
8 changes: 8 additions & 0 deletions
8
manifests/d/DuckStudio/GitHubView/1.0.1/DuckStudio.GitHubView.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,8 @@ | ||
# Created with komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: DuckStudio.GitHubView | ||
PackageVersion: 1.0.1 | ||
DefaultLocale: zh-CN | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |