winsdk: Fix missing vulkaninfo file extension
authorLenny Komow <lenny@lunarg.com>
Tue, 4 Apr 2017 21:35:28 +0000 (15:35 -0600)
committerLenny Komow <lenny@lunarg.com>
Tue, 4 Apr 2017 21:35:28 +0000 (15:35 -0600)
Change-Id: I9cef2172ed568372bca512d597099c37e4f0766e

windowsRuntimeInstaller/InstallerRT.nsi

index 5601a9c..f7bde18 100644 (file)
@@ -469,7 +469,7 @@ Section
         # vulkaninfo.exe
         File /oname=${APILOWER}info-$FileVersion.exe ..\build32\demos\RelWithDebInfo\${APILOWER}info.exe
         SetOutPath "$INSTDIR"
-        File /oname=${APILOWER}info ..\build32\demos\RelWithDebInfo\${APILOWER}info.exe
+        File /oname=${APILOWER}info.exe ..\build32\demos\RelWithDebInfo\${APILOWER}info.exe
         StrCpy $1 55
         Call CheckForError