summaryrefslogtreecommitdiffstatshomepage
path: root/winget.json
diff options
context:
space:
mode:
Diffstat (limited to 'winget.json')
-rwxr-xr-xwinget.json22
1 files changed, 17 insertions, 5 deletions
diff --git a/winget.json b/winget.json
index bb4345d..dde90c8 100755
--- a/winget.json
+++ b/winget.json
@@ -1,16 +1,28 @@
{
"$schema": "https://aka.ms/winget-settings.schema.json",
- // For documentation on these settings, see: https://aka.ms/winget-settings
"source": {
- "autoUpdateIntervalInMinutes": 5
+ "autoUpdateIntervalInMinutes": 5
},
"visual": {
"progressBar": "accent"
},
+ "installBehavior": {
+ "preferences": {
+ "scope": "user",
+ "locale": [
+ "en-US"
+ ]
+ }
+ },
+ "network": {
+ "downloader": "do",
+ "doProgressTimeoutInSeconds": 60
+ },
+ "telemetry": {
+ "disable": true
+ },
"experimentalFeatures": {
"experimentalMSStore": true,
- "list": true,
- "upgrade": true,
- "uninstall": true
+ "packagedAPI": true
}
} \ No newline at end of file