Skip to content

Commit 829dd05

Browse files
authored
Download installer fix
1 parent 24e55d5 commit 829dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MicropatcherAutomator/MicropatcherAutomator/HedgehogDownloadInstaller.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ - (void)downloadInstaller {
160160
return;
161161
}
162162

163-
NSURL *jsonURL = [[NSURL alloc]initWithString:@"https://bensova.github.io/patched-sur/installers/Release.json"];
163+
NSURL *jsonURL = [[NSURL alloc]initWithString:@"https://ben216k.github.io/patched-sur/Release.json"];
164164
NSData *jsonData = [[NSData alloc]initWithContentsOfURL:jsonURL];
165165
NSDictionary *jsonDict = [NSJSONSerialization JSONObjectWithData:jsonData options:NSJSONReadingMutableContainers error:nil];
166166
NSMutableArray *URLs = [NSMutableArray array];

0 commit comments

Comments
 (0)