OSDN Git Service

launcher: Look for nvda_logo.wav in the launcher directory instead of installer/waves.
authorJames Teh <jamie@jantrid.net>
Fri, 4 May 2012 02:54:59 +0000 (12:54 +1000)
committerJames Teh <jamie@jantrid.net>
Fri, 4 May 2012 02:54:59 +0000 (12:54 +1000)
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

index ffd7fde..ecc9435 100644 (file)
@@ -9,7 +9,7 @@ RequestExecutionLevel user
 \r
 ReserveFile "${NSISDIR}\Plugins\system.dll"\r
 ReserveFile "${NSISDIR}\Plugins\banner.dll"\r
-ReserveFile "..\installer\waves\nvda_logo.wav"\r
+ReserveFile "nvda_logo.wav"\r
 \r
 Name "NVDA"\r
 VIProductVersion "0.0.0.0" ;Needs to be here so other version info shows up\r
@@ -69,7 +69,7 @@ BringToFront
 \r
 setOutPath "$PLUGINSDIR"\r
 ;Play NVDA logo sound\r
-File "..\installer\waves\nvda_logo.wav"\r
+File "nvda_logo.wav"\r
 Push "$PLUGINSDIR\nvda_logo.wav"\r
 Call PlaySound\r
 CreateDirectory "$PLUGINSDIR\app"\r