From 8f5bd6ea1f240df21472e7e1280c8b0bc68869b0 Mon Sep 17 00:00:00 2001 From: James Duffy Date: Sun, 14 Mar 2021 19:19:34 +0000 Subject: [PATCH] Update DownloadViewController.m potential typo fix? :) --- "Divis\303\251/DownloadViewController.m" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Divis\303\251/DownloadViewController.m" "b/Divis\303\251/DownloadViewController.m" index aeb8b553..ba37d95a 100644 --- "a/Divis\303\251/DownloadViewController.m" +++ "b/Divis\303\251/DownloadViewController.m" @@ -122,7 +122,7 @@ - (IBAction)unzipLocalIPSW:(UIButton *)sender { // Need to warn user about the app crashing, need to look into why at some point - if (![[self->_divisePrefs objectForKey:@"custom_ipsw_path"] isEqual:@"/var/mobile/Medai/Divise/ipsw.ipsw"]) { + if (![[self->_divisePrefs objectForKey:@"custom_ipsw_path"] isEqual:@"/var/mobile/Media/Divise/ipsw.ipsw"]) { // Moving incorrectly named IPSW to ipsw.ipsw :)