mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 01:13:31 +02:00
commit
7aaecd9cdc
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
return;
|
||||
}
|
||||
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) {
|
||||
[sharedLauncher displayErrorPage];
|
||||
|
|
Loading…
Reference in a new issue