File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3001,8 +3001,8 @@ $itt.QuoteIcon = $itt["window"].FindName("QuoteIcon")
30013001$h = [System.Net.Http.HttpClientHandler ]::new()
30023002$h.AutomaticDecompression = [System.Net.DecompressionMethods ] ' GZip,Deflate'
30033003$c = [System.Net.Http.HttpClient ]::new($h )
3004- $appsUrl = " https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/update /static/Database/Applications.json"
3005- $tweaksUrl = " https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/update /static/Database/Tweaks.json"
3004+ $appsUrl = " https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/main /static/Database/Applications.json"
3005+ $tweaksUrl = " https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/main /static/Database/Tweaks.json"
30063006while ($true ) {
30073007try {
30083008$aTask , $tTask = $c.GetStringAsync ($appsUrl ), $c.GetStringAsync ($tweaksUrl )
You can’t perform that action at this time.
0 commit comments