Commit 1bd0d76
authored
Suppress show download progress (fluent#629)
msi: suppress showing download progress
It is meaningless to show redundant progress like this:
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
Progress: Downloading git.install 2.44.0... %
See
https://docs.chocolatey.org/en-us/configuration#general-1
about features.1 parent d49f03f commit 1bd0d76
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments