Skip to content

Commit

Permalink
Changed Repo Link
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Sep 21, 2017
1 parent 8dc75d2 commit f46b106
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SimpleTUOptimizeStarter.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ return

MenuWeb:
Gui, Submit
Run https://github.com/brikikeks/tyrant_optimize/releases
Run https://github.com/APN-Pucky/tyrant_optimize/releases
Gui, Show
return

Expand Down Expand Up @@ -189,13 +189,13 @@ Loop, 14
had_error := true
}
}
UrlDownloadToFile, *0 https://raw.githubusercontent.com/brikikeks/tyrant_optimize/merged/data/raids.xml, data\raids.xml
UrlDownloadToFile, *0 https://raw.githubusercontent.com/APN-Pucky/tyrant_optimize/merged/data/raids.xml, data\raids.xml
if ErrorLevel
{
MsgBox, Error downloading raids.xml.
had_error := true
}
UrlDownloadToFile, *0 https://raw.githubusercontent.com/brikikeks/tyrant_optimize/merged/data/bges.txt, data\bges.txt
UrlDownloadToFile, *0 https://raw.githubusercontent.com/APN-Pucky/tyrant_optimize/merged/data/bges.txt, data\bges.txt
if ErrorLevel
{
MsgBox, Error downloading bges.txt.
Expand Down Expand Up @@ -242,13 +242,13 @@ Loop, 13
had_error := true
}
}
UrlDownloadToFile, *0 https://raw.githubusercontent.com/brikikeks/tyrant_optimize/merged/data/raids.xml, data\raids.xml
UrlDownloadToFile, *0 https://raw.githubusercontent.com/APN-Pucky/tyrant_optimize/merged/data/raids.xml, data\raids.xml
if ErrorLevel
{
MsgBox, Error downloading raids.xml.
had_error := true
}
UrlDownloadToFile, *0 https://raw.githubusercontent.com/brikikeks/tyrant_optimize/merged/data/bges.txt, data\bges.txt
UrlDownloadToFile, *0 https://raw.githubusercontent.com/APN-Pucky/tyrant_optimize/merged/data/bges.txt, data\bges.txt
if ErrorLevel
{
MsgBox, Error downloading bges.txt.
Expand Down

0 comments on commit f46b106

Please sign in to comment.