Refinment

This commit is contained in:
Michael Bucari-Tovo 2021-08-11 21:19:38 -06:00
parent 1c239dc546
commit 79ed92f303
3 changed files with 35 additions and 39 deletions

View file

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.4.9.252</Version>
<Version>5.4.9.253</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View file

@ -63,7 +63,6 @@ namespace LibationLauncher
#if !DEBUG
checkForUpdate(config);
#endif
Application.Run(new Form1());
}