aboutsummaryrefslogtreecommitdiff
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
commita5b67ebac282b6cb91ce0c77b9a48912520771eb (patch)
treefc966d54febf762560f9afe30ec90cad56f56fb0 /windowsRuntimeInstaller
parenta11c710bcf3cab182a703268e95d1e141cb89a9c (diff)
downloadusermoji-a5b67ebac282b6cb91ce0c77b9a48912520771eb.tar.xz
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