Restart patch

This commit is contained in:
smallketchup82 2024-07-04 18:25:02 -04:00
parent 72cf6bb12c
commit 4898cff7a4
No known key found for this signature in database
GPG Key ID: 7345B7C561243F1E
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ public override bool RestartAppWhenExited()
{
try
{
Velopack.UpdateExe.Start(null, true);
Velopack.UpdateExe.Start();
return true;
}
catch (Exception e)

View File

@ -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" />