Skip to content

Commit f4c2482

Browse files
committed
Update itt.ps1
1 parent 539897e commit f4c2482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itt.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
30063006
while ($true) {
30073007
try {
30083008
$aTask, $tTask = $c.GetStringAsync($appsUrl), $c.GetStringAsync($tweaksUrl)

0 commit comments

Comments
 (0)