Done
This commit is contained in:
parent
2aa3f024f4
commit
e2046d78e7
@ -107,7 +107,7 @@ public class NewUpdater : FPSWindow
|
||||
Download.DoWork += Download_DoWork;
|
||||
Download.RunWorkerCompleted += Download_RunWorkerCompleted;
|
||||
Download.WorkerReportsProgress = true;
|
||||
// Invoke(Download.RunWorkerAsync);
|
||||
Invoke(Download.RunWorkerAsync);
|
||||
Speed.Start();
|
||||
}
|
||||
|
||||
|
@ -7,12 +7,11 @@
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<AnalysisLevel>latest</AnalysisLevel>
|
||||
<Company>JacobTech, LLC</Company>
|
||||
<Version>1.0.0-alpha02</Version>
|
||||
<Version>1.0.0-alpha05</Version>
|
||||
<Title>Updater</Title>
|
||||
<Authors>JacobTech</Authors>
|
||||
<RepositoryUrl>https://git.jacobtech.com/JacobTech.com/Updater</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<OutputType>Exe</OutputType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DebugType>portable</DebugType>
|
||||
@ -28,7 +27,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GraphicsManager" Version="1.1.1-alpha23" />
|
||||
<PackageReference Include="GraphicsManager" Version="1.1.1-alpha33" />
|
||||
<PackageReference Include="WindowsAPICodePack-Shell" Version="1.1.1">
|
||||
<NoWarn>NU1701</NoWarn>
|
||||
</PackageReference>
|
||||
|
Loading…
Reference in New Issue
Block a user