mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add comment about rationale behind always updating version in config
This commit is contained in:
parent
1e1e8cbcb5
commit
507af4fa72
@ -39,6 +39,8 @@ namespace osu.Game.Updater
|
||||
Notifications.Post(new UpdateCompleteNotification(version));
|
||||
}
|
||||
|
||||
// debug / local compilations will reset to a non-release string.
|
||||
// can be useful to check when an install has transitioned between release and otherwise (see OsuConfigManager's migrations).
|
||||
config.Set(OsuSetting.Version, version);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user