mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Ensure newly created skin.ini
files are set to latest version
This commit is contained in:
parent
08971ff8f2
commit
e5b73f25cd
@ -255,6 +255,7 @@ namespace osu.Game.Skinning
|
||||
sw.WriteLine("[General]");
|
||||
sw.WriteLine(nameLine);
|
||||
sw.WriteLine(authorLine);
|
||||
sw.WriteLine("Version: latest");
|
||||
}
|
||||
|
||||
AddFile(item, stream, "skin.ini");
|
||||
|
Loading…
Reference in New Issue
Block a user