diff options
| author | Lenny Komow <lenny@lunarg.com> | 2017-04-04 15:35:28 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2017-04-04 15:35:28 -0600 |
| commit | 4821cd31f67c48507541bce840dc7abd3004374c (patch) | |
| tree | 3e52e4f81cec116bb2ab1f17b6ea6e73ea787cd9 /windowsRuntimeInstaller | |
| parent | d4bba9fca4a9d31e95696623a9cc50ab40f4848d (diff) | |
| download | usermoji-4821cd31f67c48507541bce840dc7abd3004374c.tar.xz | |
winsdk: Fix missing vulkaninfo file extension
Change-Id: I9cef2172ed568372bca512d597099c37e4f0766e
Diffstat (limited to 'windowsRuntimeInstaller')
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index 5601a9c6..f7bde182 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 |
