mirror of https://github.com/ppy/osu
Restart patch
This commit is contained in:
parent
72cf6bb12c
commit
4898cff7a4
|
@ -107,7 +107,7 @@ public override bool RestartAppWhenExited()
|
|||
{
|
||||
try
|
||||
{
|
||||
Velopack.UpdateExe.Start(null, true);
|
||||
Velopack.UpdateExe.Start();
|
||||
return true;
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
|
||||
<PackageReference Include="System.IO.Packaging" Version="8.0.0" />
|
||||
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
|
||||
<PackageReference Include="Velopack" Version="0.0.359" />
|
||||
<PackageReference Include="Velopack" Version="0.0.560-g1083d56" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Label="Resources">
|
||||
<EmbeddedResource Include="lazer.ico" />
|
||||
|
|
Loading…
Reference in New Issue