aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2016-11-10 18:36:05 -0700
committerLenny Komow <lenny@lunarg.com>2016-11-10 18:36:39 -0700
commit98fd881b2ba3589445078085c18b3bc07518aa8a (patch)
tree47b1d4d02e0c07110238da8f205dcde38625cb2d /windowsRuntimeInstaller
parent4c38f61452d7098c66fc50527a1185747e879dcb (diff)
downloadusermoji-98fd881b2ba3589445078085c18b3bc07518aa8a.tar.xz
winsdk: Fix missing file extension in runtime
Change-Id: I251663fb2932823d387af11e94bcd1e2586e0772
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi
index 1d7ec083..45c5f255 100644
--- a/windowsRuntimeInstaller/InstallerRT.nsi
+++ b/windowsRuntimeInstaller/InstallerRT.nsi
@@ -451,7 +451,7 @@ Section
# vulkaninfo.exe
File /oname=${APILOWER}info-$FileVersion.exe ..\build\demos\Release\${APILOWER}info.exe
SetOutPath "$INSTDIR"
- File /oname=${APILOWER}info ..\build\demos\Release\${APILOWER}info.exe
+ File /oname=${APILOWER}info.exe ..\build\demos\Release\${APILOWER}info.exe
File /oname=${APILOWER}info32.exe ..\build32\demos\Release\${APILOWER}info.exe
StrCpy $1 40
Call CheckForError