mirror of https://github.com/ppy/osu
Use full name
This commit is contained in:
parent
a038799c47
commit
b990af6ada
|
@ -31,7 +31,7 @@ public static class Program
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
// Velopack needs to run before anything else
|
||||
setupVelo();
|
||||
setupVelopack();
|
||||
|
||||
if (OperatingSystem.IsWindows())
|
||||
{
|
||||
|
@ -164,7 +164,7 @@ private static bool trySendIPCMessage(IIpcHost host, string cwd, string[] args)
|
|||
return false;
|
||||
}
|
||||
|
||||
private static void setupVelo()
|
||||
private static void setupVelopack()
|
||||
{
|
||||
VelopackApp
|
||||
.Build()
|
||||
|
|
|
@ -1060,5 +1060,6 @@ private void load()
|
|||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Unplayed/@EntryIndexedValue">True</s:Boolean>
|
||||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Unproxy/@EntryIndexedValue">True</s:Boolean>
|
||||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Unranked/@EntryIndexedValue">True</s:Boolean>
|
||||
<s:Boolean x:Key="/Default/UserDictionary/Words/=velopack/@EntryIndexedValue">True</s:Boolean>
|
||||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Welford_0027s/@EntryIndexedValue">True</s:Boolean>
|
||||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Zoomable/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
|
||||
|
|
Loading…
Reference in New Issue