Add log messages for all installation steps

This commit is contained in:
Manuel Thalmann 2023-06-30 14:23:20 +02:00
parent 9ffa903626
commit c6907d6eec
12 changed files with 31 additions and 0 deletions
scripts/Windows/Software/reWASD

View file

@ -5,6 +5,7 @@ $null = New-Module {
$softwareName = "reWASD";
function Backup-reWASD([Context] $context) {
Write-Host "Backing up reWASD";
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-x@`"$PSScriptRoot/exclude.txt`""));
}
}