PortValhalla/scripts/Windows/Software/osu!lazer/Manage.ps1

7 lines
290 B
PowerShell
Raw Normal View History

2023-06-07 18:24:43 +00:00
. "$PSScriptRoot/../../Scripts/Context.ps1";
$path = "$env:APPDATA/osu";
$softwareName = "osu!lazer";
function Invoke-BackupOsuLazer([Context] $context) {
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-i@`"$PSScriptRoot/include.txt`"", "-i!*.realm", "-i!*.db"));
}