fixing typo

This commit is contained in:
dante ruiz 2019-08-05 13:16:08 -07:00
parent a0d52f6f24
commit 7ab8a6b8d1

View file

@ -47,7 +47,7 @@
return; return;
} }
NSLog(@"extracting Launcher file"); NSLog(@"extracting Launcher file");
BOOL extractionSuccessful = [sharedLauncher extractZipFileAtDestination:[sharedLauncher getDownloadPathForContentAndScripts] :[[sharedLauncher getDownloadPathForContentAndScripts] stringByAppendingString:@"HQ Launcher.zip"]]; BOOL extractionSuccessful = [sharedLauncher extractZipFileAtDestination:[sharedLauncher getDownloadPathForContentAndScripts] :[[sharedLauncher getDownloadPathForContentAndScripts] stringByAppendingString:destinationFileName]];
if (!extractionSuccessful) { if (!extractionSuccessful) {
[sharedLauncher displayErrorPage]; [sharedLauncher displayErrorPage];