aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-05-31 15:25:46 -0600
committerMark Young <marky@lunarg.com>2016-05-31 15:25:46 -0600
commit24890b3718beb6bad5942c1cbb73fc70810ffb39 (patch)
tree15fc4890c0011656b261039515a30d35b65c0b6b /windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1
parent27dc4567b4da739a7b45514ecffd8ed149a942ee (diff)
downloadusermoji-24890b3718beb6bad5942c1cbb73fc70810ffb39.tar.xz
winrt: Disable temp log in RT install.
Diffstat (limited to 'windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1')
-rw-r--r--windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1
index 0fd7aa40..8a1a1277 100644
--- a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1
+++ b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1
@@ -48,7 +48,7 @@ New-Item -ItemType Directory -Force -Path $log | Out-Null
$logascii=$log+"\ConfigLayersAndVulkanDLL.log"
# Temp to be used for debugging failure to install issue
-$logascii2=$Env:Temp+"\ConfigLayersAndVulkanDLL_debug.log"
+#$logascii2=$Env:Temp+"\ConfigLayersAndVulkanDLL_debug.log"
$log=$log+"\ConfigLayersAndVulkanDLL16.log"
@@ -565,7 +565,7 @@ Stop-Transcript
Get-Content $log | Out-File -encoding ascii -filepath $logascii
# Temp to be used for debugging failure to install issue (as VulkanRT folder might get removed)
-Get-Content $log | Out-File -encoding ascii -filepath $logascii2
+#Get-Content $log | Out-File -encoding ascii -filepath $logascii2
# Remove the unicode log as we no longer need it.