From 8bf5c193f4f7fe93016fe2e1e191da90d6acf804 Mon Sep 17 00:00:00 2001 From: James Teh Date: Fri, 4 May 2012 12:54:59 +1000 Subject: [PATCH] launcher: Look for nvda_logo.wav in the launcher directory instead of installer/waves. This means the installer directory is no longer needed and has been removed. People running from source will need to manually move this file. A new nvda-media archive has been created which includes the file in the right place. --- launcher/nvdaLauncher.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/nvdaLauncher.nsi b/launcher/nvdaLauncher.nsi index ffd7fdecd..ecc94358a 100644 --- a/launcher/nvdaLauncher.nsi +++ b/launcher/nvdaLauncher.nsi @@ -9,7 +9,7 @@ RequestExecutionLevel user ReserveFile "${NSISDIR}\Plugins\system.dll" ReserveFile "${NSISDIR}\Plugins\banner.dll" -ReserveFile "..\installer\waves\nvda_logo.wav" +ReserveFile "nvda_logo.wav" Name "NVDA" VIProductVersion "0.0.0.0" ;Needs to be here so other version info shows up @@ -69,7 +69,7 @@ BringToFront setOutPath "$PLUGINSDIR" ;Play NVDA logo sound -File "..\installer\waves\nvda_logo.wav" +File "nvda_logo.wav" Push "$PLUGINSDIR\nvda_logo.wav" Call PlaySound CreateDirectory "$PLUGINSDIR\app" -- 2.11.0