Other: Clean locations on teardown

This commit is contained in:
James Houlahan
2022-10-13 03:57:30 +02:00
parent a74b025de3
commit 2a97939807
2 changed files with 2 additions and 0 deletions

View File

@ -232,5 +232,6 @@ func (l *Locations) Clean() error {
l.GetGuiLockFile(),
l.getLogsPath(),
l.getUpdatesPath(),
l.getGluonPath(),
).Do()
}