Add log messages for all installation steps
This commit is contained in:
parent
9ffa903626
commit
c6907d6eec
12 changed files with 31 additions and 0 deletions
scripts/Windows/Software/reWASD
|
@ -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`""));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue