You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,11 @@
16
16
17
17
Updater for applications from GitHub. It has a huge number of convenient settings and it supports multiple downloaders, and can also download files not from GitHub based only on the release.
- Features of fine-tuning the update process, a huge number of arguments for incredibly fine-tuning asset downloads from GitHub and beyond...
24
22
- Support for releases without assets, the file itself will be downloaded from another site via a direct link ([example](https://github.com/Zalexanninev15/GRU#example-visual-studio-code))
25
-
- Using, at the user's choice, as many as three types of downloader: **curl**, **wget**, **gru**, **tcpud** (so far, only the curl-based implementation is supported).
23
+
- Using, at the user's choice, as many as three types of downloader: **curl**, **wget**, **gru**.
26
24
- Using the console **7-Zip** allows you to unpack almost all kinds of release archives.
27
25
- Automatically kill the process of the updated application when updating, which eliminates possible difficulties when updating applications that are already running.
28
26
- Support for a custom script that runs after an application update (`script.bat` file).
@@ -34,7 +32,7 @@ Updater for applications from GitHub. It has a huge number of convenient setting
34
32
35
33
**OS:** Windows 10 build 1809+ (x64)/11. [Final version for x32](https://github.com/Zalexanninev15/GRU/releases/tag/1.4.0.1)
36
34
37
-
> Support for early OS versions is possible when using the built-in downloader ("gru"), as well as when specifying the path to the executable files for "curl" or "wget".
35
+
> Support for early OS versions is possible when using the built-in downloader ("gru" or "gru-classic"), as well as when specifying the path to the executable files for "curl" or "wget".
38
36
> Support for Windows 7/8/8.1 (x64) and old builds of Windows 10 (x64) is possible, but not guaranteed and not tested, it may be necessary to recompile the project for outdated systems.
0 commit comments