We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4449a92 + 2ece801 commit c1aa2d4Copy full SHA for c1aa2d4
1 file changed
STROOP/Tabs/GhostTab/BackgroundImage.cs
@@ -21,7 +21,7 @@ public static void Download(string sourcePath, Action<Lazy<Image>> assignment)
21
{
22
System.Threading.Thread.Sleep(2000); // We don't want to spam github with image fetches
23
var path = sourcePath.Replace('\\', '/').Replace(" ", "%20");
24
- var source = $"{"https://"}github.com/SM64-TAS-ABC/STROOP/blob/Development/STROOP/{path}?raw=true";
+ var source = $"https://raw.githubusercontent.com/SM64-TAS-ABC/STROOP/dev/STROOP/{path}";
25
try
26
27
using (WebClient client = new WebClient())
0 commit comments