Skip to content

Commit 3207b14

Browse files
New version: DuckStudio.Sundry version 1.2.9 (Auto) (microsoft#270241)
1 parent 34f073f commit 3207b14

4 files changed

Lines changed: 154 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Created with Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.2.9
6+
UpgradeBehavior: install
7+
Commands:
8+
- sundry
9+
Dependencies:
10+
PackageDependencies:
11+
- PackageIdentifier: DuckStudio.GitHubLabelsManager
12+
MinimumVersion: "1.7"
13+
- PackageIdentifier: Git.Git
14+
- PackageIdentifier: GitHub.cli
15+
ReleaseDate: 2025-07-01
16+
Installers:
17+
# Inno Setup
18+
- Architecture: x64
19+
InstallerType: inno
20+
Scope: machine
21+
ElevationRequirement: elevatesSelf
22+
InstallationMetadata:
23+
DefaultInstallLocation: '%ProgramFiles%\Sundry'
24+
InstallModes:
25+
- interactive
26+
- silent
27+
- silentWithProgress
28+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.2.9/Sundry_Setup.exe
29+
InstallerSha256: 6f3c2ee775cde60fa39ea08c19d7d5c4d87264e83bf522dd440ed7743dec57af
30+
- Architecture: arm64
31+
InstallerType: inno
32+
Scope: machine
33+
ElevationRequirement: elevatesSelf
34+
InstallationMetadata:
35+
DefaultInstallLocation: '%ProgramFiles%\Sundry'
36+
InstallModes:
37+
- interactive
38+
- silent
39+
- silentWithProgress
40+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.2.9/Sundry_Setup.exe
41+
InstallerSha256: 6f3c2ee775cde60fa39ea08c19d7d5c4d87264e83bf522dd440ed7743dec57af
42+
43+
# zip + portable
44+
- Architecture: x64
45+
InstallerType: zip
46+
NestedInstallerType: portable
47+
NestedInstallerFiles:
48+
- RelativeFilePath: Release/pack/sundry.exe
49+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.2.9/Sundry.zip
50+
InstallerSha256: f7ee94779c55927abda00ed80cd0b074473fd0e8f1f48971cf2c88dbd7122677
51+
- Architecture: arm64
52+
InstallerType: zip
53+
NestedInstallerType: portable
54+
NestedInstallerFiles:
55+
- RelativeFilePath: Release/pack/sundry.exe
56+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.2.9/Sundry.zip
57+
InstallerSha256: f7ee94779c55927abda00ed80cd0b074473fd0e8f1f48971cf2c88dbd7122677
58+
ManifestType: installer
59+
ManifestVersion: 1.10.0
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Created with Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.2.9
6+
PackageLocale: en-US
7+
Publisher: DuckStudio
8+
PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/
9+
PublisherSupportUrl: https://github.com/DuckDuckStudio/Sundry/issues
10+
Author: 鸭鸭「カモ」
11+
PackageName: Sundry
12+
PackageUrl: https://github.com/DuckDuckStudio/Sundry/
13+
License: GNU Affero General Public License v3.0
14+
LicenseUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
15+
Copyright: Copyright (c) 鸭鸭「カモ」
16+
CopyrightUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
17+
ShortDescription: Sundry is a WinGet local manifest management tool that makes it easier for you to remove manifests, make changes to them, and also aids in updating them.
18+
Tags:
19+
- Manifest
20+
- Manifests
21+
- Modify
22+
- Modifying
23+
- Remove
24+
- WinGet
25+
- winget-pkgs
26+
ReleaseNotes: |
27+
## 修改
28+
### 优化
29+
- pref(revert): 不对丢弃提交进行签名 (#29) by @DuckDuckStudio in https://github.com/DuckDuckStudio/Sundry/pull/30
30+
- pref: 在读不到 Token 时报告错误 (#12) by @DuckDuckStudio in https://github.com/DuckDuckStudio/Sundry/pull/26 / https://github.com/DuckDuckStudio/Sundry/commit/398cf0db82a25b4072bffb2298b2239a742b8396
31+
32+
### 杂项
33+
- docs: 为 README 添加徽章 by @Luna-Grace in https://github.com/DuckDuckStudio/Sundry/pull/25
34+
- chore(fun.txt): 花露水驱蚊效果非常好 by @DuckDuckStudio @fjwxzde in https://github.com/DuckDuckStudio/Sundry/pull/27
35+
36+
## 新贡献着
37+
- @Luna-Grace 在 https://github.com/DuckDuckStudio/Sundry/pull/25 中做出了第一次贡献
38+
39+
完整修改记录: https://github.com/DuckDuckStudio/Sundry/compare/1.2.8...1.2.9
40+
ReleaseNotesUrl: https://github.com/DuckDuckStudio/Sundry/releases/tag/1.2.9
41+
ManifestType: locale
42+
ManifestVersion: 1.10.0
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created with Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.2.9
6+
PackageLocale: zh-CN
7+
Publisher: DuckStudio
8+
PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/
9+
PublisherSupportUrl: https://github.com/DuckDuckStudio/Sundry/issues
10+
Author: 鸭鸭「カモ」
11+
PackageName: Sundry
12+
PackageUrl: https://github.com/DuckDuckStudio/Sundry/
13+
License: GNU Affero General Public License v3.0
14+
LicenseUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
15+
Copyright: Copyright (c) 鸭鸭「カモ」
16+
CopyrightUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
17+
ShortDescription: Sundry 是一个 WinGet 本地清单管理工具,让您更方便的移除清单、修改清单,还可以辅助更新清单。
18+
Tags:
19+
- Manifest
20+
- Manifests
21+
- WinGet
22+
- winget-pkgs
23+
- 修改
24+
- 清单
25+
- 移除
26+
- 舱单
27+
- 辅助
28+
- 辅助工具
29+
ReleaseNotes: |
30+
## 修改
31+
### 优化
32+
- pref(revert): 不对丢弃提交进行签名 (#29) by @DuckDuckStudio in https://github.com/DuckDuckStudio/Sundry/pull/30
33+
- pref: 在读不到 Token 时报告错误 (#12) by @DuckDuckStudio in https://github.com/DuckDuckStudio/Sundry/pull/26 / https://github.com/DuckDuckStudio/Sundry/commit/398cf0db82a25b4072bffb2298b2239a742b8396
34+
35+
### 杂项
36+
- docs: 为 README 添加徽章 by @Luna-Grace in https://github.com/DuckDuckStudio/Sundry/pull/25
37+
- chore(fun.txt): 花露水驱蚊效果非常好 by @DuckDuckStudio @fjwxzde in https://github.com/DuckDuckStudio/Sundry/pull/27
38+
39+
## 新贡献着
40+
- @Luna-Grace 在 https://github.com/DuckDuckStudio/Sundry/pull/25 中做出了第一次贡献
41+
42+
完整修改记录: https://github.com/DuckDuckStudio/Sundry/compare/1.2.8...1.2.9
43+
ReleaseNotesUrl: https://github.com/DuckDuckStudio/Sundry/releases/tag/1.2.9
44+
ManifestType: defaultLocale
45+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.2.9
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)