diff options
| author | Lenny Komow <lenny@lunarg.com> | 2018-08-01 15:06:09 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2018-08-01 15:06:09 -0600 |
| commit | 57733e4e630aa6e5c460e100d5a56de0c6cdab08 (patch) | |
| tree | da87b39fa091f71d081c14873d71f12f2fd5abe9 | |
| parent | 7d499b5ffcea20bc541854c1dc1360c4221c3c5f (diff) | |
| download | usermoji-57733e4e630aa6e5c460e100d5a56de0c6cdab08.tar.xz | |
winrt: Delete old rtf license file if present
| -rw-r--r-- | winrt/InstallerRT.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winrt/InstallerRT.nsi b/winrt/InstallerRT.nsi index a37d93a6..7244837c 100644 --- a/winrt/InstallerRT.nsi +++ b/winrt/InstallerRT.nsi @@ -126,6 +126,7 @@ FunctionEnd # Installer Section Delete "$INSTDIR\install.log" + Delete "$INSTDIR\VULKANRT_LICENSE.rtf" LogSet on # Disable filesystem redirection |
