We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e55d5 commit 829dd05Copy full SHA for 829dd05
MicropatcherAutomator/MicropatcherAutomator/HedgehogDownloadInstaller.m
@@ -160,7 +160,7 @@ - (void)downloadInstaller {
160
return;
161
}
162
163
- NSURL *jsonURL = [[NSURL alloc]initWithString:@"https://bensova.github.io/patched-sur/installers/Release.json"];
+ NSURL *jsonURL = [[NSURL alloc]initWithString:@"https://ben216k.github.io/patched-sur/Release.json"];
164
NSData *jsonData = [[NSData alloc]initWithContentsOfURL:jsonURL];
165
NSDictionary *jsonDict = [NSJSONSerialization JSONObjectWithData:jsonData options:NSJSONReadingMutableContainers error:nil];
166
NSMutableArray *URLs = [NSMutableArray array];
0 commit comments