Rename powershell command
This commit is contained in:
parent
8e4f0ccd9a
commit
9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Software/osu!
|
@ -5,7 +5,7 @@ $null = New-Module {
|
|||
$softwareName = "osu!";
|
||||
$genericConfigName = "osu!.User.cfg";
|
||||
|
||||
function Invoke-BackupOsu([Context] $context) {
|
||||
function Backup-Osu([Context] $context) {
|
||||
$archive = $context.SoftwareArchive($softwareName);
|
||||
$context.Backup($path, $archive, @("-i@`"$PSScriptRoot/include.txt`""));
|
||||
& 7z rn "$archive" "osu!.$env:USERNAME.cfg" $genericConfigName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue