rework client and remove separated update installer (gui not finished yet)
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
namespace Pilz.Updating;
|
||||
namespace Pilz.Updating.Client;
|
||||
|
||||
public enum UpdateStatus
|
||||
{
|
||||
Waiting,
|
||||
Searching,
|
||||
DownloadingPackage,
|
||||
DownloadingInstaller,
|
||||
StartingInstaller
|
||||
Downloading,
|
||||
Extracting,
|
||||
Copying,
|
||||
Cleanup,
|
||||
Done,
|
||||
Failed,
|
||||
Canceled,
|
||||
}
|
||||
Reference in New Issue
Block a user