mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-17 13:43:15 -05:00
feat(cmd): recovery files moved to [...]/sointu/recovery/
This commit is contained in:
parent
b349474c4d
commit
e66ff8be9f
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user