diff --git a/scripts/Windows/Software/osu!lazer/Manage.ps1 b/scripts/Windows/Software/osu!lazer/Manage.ps1 new file mode 100644 index 00000000..f02545d5 --- /dev/null +++ b/scripts/Windows/Software/osu!lazer/Manage.ps1 @@ -0,0 +1,7 @@ +. "$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")); +} \ No newline at end of file diff --git a/scripts/Windows/Software/osu!lazer/include.txt b/scripts/Windows/Software/osu!lazer/include.txt new file mode 100644 index 00000000..85c3f7e5 --- /dev/null +++ b/scripts/Windows/Software/osu!lazer/include.txt @@ -0,0 +1,6 @@ +files +rulesets +screenshots +framework.ini +game.ini +input.json