mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
commit
7aaecd9cdc
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue