mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +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("[General]");
|
||||||
sw.WriteLine(nameLine);
|
sw.WriteLine(nameLine);
|
||||||
sw.WriteLine(authorLine);
|
sw.WriteLine(authorLine);
|
||||||
|
sw.WriteLine("Version: latest");
|
||||||
}
|
}
|
||||||
|
|
||||||
AddFile(item, stream, "skin.ini");
|
AddFile(item, stream, "skin.ini");
|
||||||
|
Loading…
Reference in New Issue
Block a user