mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Don't check for updates on uninstall
This commit is contained in:
parent
a82040a471
commit
2b21720894
@ -10,8 +10,8 @@
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<Platforms>AnyCPU;x86</Platforms>
|
||||
<ApplicationIcon>Bloxstrap.ico</ApplicationIcon>
|
||||
<Version>1.6.0</Version>
|
||||
<FileVersion>1.6.0.0</FileVersion>
|
||||
<Version>1.6.1</Version>
|
||||
<FileVersion>1.6.1.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -126,7 +126,8 @@ namespace Bloxstrap
|
||||
}
|
||||
|
||||
#if !DEBUG
|
||||
Updater.Check().Wait();
|
||||
if (!IsUninstall)
|
||||
Updater.Check().Wait();
|
||||
#endif
|
||||
|
||||
string commandLine = "";
|
||||
|
Loading…
Reference in New Issue
Block a user