Improve Transcript (#2620)

* improve log logics

* spelling fix

* change date format
This commit is contained in:
MyDrift
2024-08-29 00:02:00 +02:00
committed by GitHub
parent 488cd8dd98
commit 6a99be9e05
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ Function Update-WinUtilProgramWinget {
$host.ui.RawUI.WindowTitle = """Winget Install"""
Start-Transcript $ENV:TEMP\winget-update.log -Append
Start-Transcript "$logdir\winget-update_$dateTime.log" -Append
winget upgrade --all --accept-source-agreements --accept-package-agreements --scope=machine --silent
}