Skip to content

Commit 4dc1236

Browse files
committed
添加 Winget 配置文件
Signed-off-by: Dragon1573 <[email protected]>
1 parent 9dbb96c commit 4dc1236

File tree

3 files changed

+27
-31
lines changed

3 files changed

+27
-31
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@
7171
1. 如果您使用的是 Linux ,请尝试安装 `python3-pip``python3-venv``python3-virtualenv`
7272
2. 如果您使用的是 Windows ,请尝试 `pip install -U virtualenv`
7373
3. 我没有使用过 macOS ,请尝试一下 Linux 的解决方案
74+
75+
### Winget (Windows Package Manager CLI)
76+
77+
[Winget](https://github.com/microsoft/winget-cli) 配置文件归档在 `winget` 目录下,用户将此目录下的所有文件下载到
78+
`%APPDATA%/Local/Packages/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe/LocalState/` 目录中,即可自动加载此配置。

winget.settings.json

-31
This file was deleted.

winget/settings.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://aka.ms/winget-settings.schema.json",
3+
// For documentation on these settings, see: https://aka.ms/winget-settings
4+
"source": {
5+
"autoUpdateIntervalInMinutes": 15
6+
},
7+
"experimentalFeatures": {
8+
"dependencies": true,
9+
"directMSI": true,
10+
"zipInstall": true
11+
},
12+
"logging": {
13+
"level": "info"
14+
},
15+
"network": {
16+
"doProgressTimeoutInSeconds": 60,
17+
"downloader": "do"
18+
},
19+
"visual": {
20+
"progressBar": "accent"
21+
}
22+
}

0 commit comments

Comments
 (0)