Skip to content

Commit 437bacf

Browse files
Version 2.2
Changes: - Added user-agent support for downloading with “curl” or “wget” - The built-in downloader has been renamed from “native” (which confused people because they thought it was native for Windows) to “integrated”. - By default, the “curl” downloader is again used for downloading files, instead of the “integrated” one - Updated all dependencies (libraries) to the latest versions
1 parent 0cace47 commit 437bacf

13 files changed

+241
-220
lines changed

.gitignore

100644100755
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.idea/
2-
target/
3-
.vscode/settings.json
4-
Cargo.lock
5-
gru.exe
1+
.idea/
2+
target/
3+
.vscode/settings.json
4+
Cargo.lock
5+
gru.exe

ADMIN_MANIFEST.res

100644100755
File mode changed.

0 commit comments

Comments
 (0)