summaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-04-19 13:36:49 -0600
committerDavid Pinedo <david@lunarg.com>2016-04-19 13:36:49 -0600
commit22906cea01cb86038195338fd2959f140b3dffce (patch)
treece526d5c6250350cbcb9f5ec7f46281a0dc43716 /windowsRuntimeInstaller
parentc9ee322130dcac6b8c5510e9b7d531777be5aca6 (diff)
winrtinstaller: fix COPYRIGHT.txt filename
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 44aafff3..b0c9ad08 100644
--- a/windowsRuntimeInstaller/InstallerRT.nsi
+++ b/windowsRuntimeInstaller/InstallerRT.nsi
@@ -297,7 +297,7 @@ Section
AccessControl::GrantOnFile $INSTDIR "Everyone" "ReadAttributes"
File ${ICOFILE}
File VULKANRT_LICENSE.RTF
- File /oname=LICENSE.txt ..\COPYWRITE.txt
+ File /oname=LICENSE.txt ..\COPYRIGHT.txt
File ConfigLayersAndVulkanDLL.ps1
StrCpy $1 15
Call CheckForError