From a5ad5310046a1a91345a32e144a2f3b417c80529 Mon Sep 17 00:00:00 2001 From: TheCakeIsNaOH Date: Tue, 11 Aug 2020 14:47:08 -0500 Subject: [PATCH] [Host] Change default install dir "Looking-Glass" to "Looking Glass" --- host/installer/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/installer/installer.nsi b/host/installer/installer.nsi index 6fd38504..7632312d 100644 --- a/host/installer/installer.nsi +++ b/host/installer/installer.nsi @@ -31,7 +31,7 @@ Unicode true RequestExecutionLevel admin ShowInstDetails "show" ShowUninstDetails "show" -InstallDir "$PROGRAMFILES64\Looking-Glass" +InstallDir "$PROGRAMFILES64\Looking Glass" !define MUI_ICON "..\..\resources\icon.ico" !define MUI_UNICON "..\..\resources\icon.ico"