Rename powershell command

This commit is contained in:
Manuel Thalmann 2023-06-30 12:19:54 +02:00
parent 8e4f0ccd9a
commit 9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Software/reWASD

View file

@ -4,7 +4,7 @@ $null = New-Module {
$path = "$env:PUBLIC/Documents/reWASD";
$softwareName = "reWASD";
function Invoke-BackupReWASD([Context] $context) {
function Backup-reWASD([Context] $context) {
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-x@`"$PSScriptRoot/exclude.txt`""));
}
}