Rename powershell command
This commit is contained in:
parent
8e4f0ccd9a
commit
9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Software/RetroArch
|
@ -4,7 +4,7 @@ $null = New-Module {
|
|||
$path = "C:/tools/RetroArch-Win64";
|
||||
$softwareName = "RetroArch";
|
||||
|
||||
function Invoke-BackupRetroArch([Context] $context) {
|
||||
function Backup-RetroArch([Context] $context) {
|
||||
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-i@`"$PSScriptRoot/include.txt`""));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue