From 7ab8a6b8d15a9e32100fb5d651bf019ff3a09e79 Mon Sep 17 00:00:00 2001
From: dante ruiz <dante@highfidelity.io>
Date: Mon, 5 Aug 2019 13:16:08 -0700
Subject: [PATCH] fixing typo

---
 launchers/darwin/src/DownloadLauncher.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/launchers/darwin/src/DownloadLauncher.m b/launchers/darwin/src/DownloadLauncher.m
index e7d293be43..1628d3db6c 100644
--- a/launchers/darwin/src/DownloadLauncher.m
+++ b/launchers/darwin/src/DownloadLauncher.m
@@ -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];