aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-01-06 11:17:38 -0700
committerDavid Pinedo <david@lunarg.com>2016-01-06 11:19:54 -0700
commit5dddaa0f690d65c7115b7e187d6dcdb60c6149a8 (patch)
treee681fbf19eff7fdc273b0b9b173b831b28b403e7
parent611086d88a110ec624dca2dcb27871d71c5ca340 (diff)
downloadusermoji-5dddaa0f690d65c7115b7e187d6dcdb60c6149a8.tar.xz
windows Runtime installer: fix files that were 0 length.
Not sure why they were 0 length
-rw-r--r--windowsRuntimeInstaller/LICENSE.rtfbin0 -> 1700 bytes
-rw-r--r--windowsRuntimeInstaller/VulkanLogo.bmpbin0 -> 16950 bytes
-rw-r--r--windowsRuntimeInstaller/vcredist_x64.exebin0 -> 7194312 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/windowsRuntimeInstaller/LICENSE.rtf b/windowsRuntimeInstaller/LICENSE.rtf
index e69de29b..3cff9cb9 100644
--- a/windowsRuntimeInstaller/LICENSE.rtf
+++ b/windowsRuntimeInstaller/LICENSE.rtf
Binary files differ
diff --git a/windowsRuntimeInstaller/VulkanLogo.bmp b/windowsRuntimeInstaller/VulkanLogo.bmp
index e69de29b..37894027 100644
--- a/windowsRuntimeInstaller/VulkanLogo.bmp
+++ b/windowsRuntimeInstaller/VulkanLogo.bmp
Binary files differ
diff --git a/windowsRuntimeInstaller/vcredist_x64.exe b/windowsRuntimeInstaller/vcredist_x64.exe
index e69de29b..54736409 100644
--- a/windowsRuntimeInstaller/vcredist_x64.exe
+++ b/windowsRuntimeInstaller/vcredist_x64.exe
Binary files differ