Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2017-04-05 00:35:28 +0300
committerLenny Komow <lenny@lunarg.com>2017-04-05 00:36:39 +0300
commitebeeed1f0b22188f42c8bc8e489239386ab5f0a3 (patch)
tree525239972ccc2bd88b425b7fe9a66b38578a4808
parent91118f7ee43eb6947bbba00a6c9a066b23298fcd (diff)
winsdk: Fix missing vulkaninfo file extensionsdk-1.0.46.0
Change-Id: I9cef2172ed568372bca512d597099c37e4f0766e
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi
index 5601a9c6e..f7bde182c 100644
--- a/windowsRuntimeInstaller/InstallerRT.nsi
+++ b/windowsRuntimeInstaller/InstallerRT.nsi
@@ -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