We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799a0e6 commit 003e0c0Copy full SHA for 003e0c0
2 files changed
SoF_HTTP.cmd
@@ -1,3 +1,3 @@
1
REM Define the SOF_OPTIONS variable
2
-SET "SOF_OPTIONS=+set console 1 +set nope lol"
+SET "SOF_OPTIONS=+set console 1"
3
powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File http_listener.ps1 %SOF_OPTIONS%
user/sofplus/addons/http2.func
@@ -26,7 +26,7 @@ function http2_init()
26
27
function http2_init_print()
28
{
29
- echo "HTTP Downloader v1.1 Loaded"
+ echo "HTTP Downloader v1.2 Loaded"
30
}
31
32
function http2_spawn_dl()
0 commit comments