feat(cmd): recovery files moved to [...]/sointu/recovery/

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2026-02-14 19:42:25 +02:00
parent b349474c4d
commit e66ff8be9f
3 changed files with 5 additions and 2 deletions

View File

@ -42,7 +42,7 @@ func main() {
}
recoveryFile := ""
if configDir, err := os.UserConfigDir(); err == nil {
recoveryFile = filepath.Join(configDir, "Sointu", "sointu-track-recovery")
recoveryFile = filepath.Join(configDir, "sointu", "recovery", "sointu-track-recovery.json")
}
broker := tracker.NewBroker()
midiContext := cmd.NewMidiContext(broker)