mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
Migrate more stuff to common. Add open sans font for Windows. Add in app updating for Windows.
12 lines
183 B
C#
12 lines
183 B
C#
namespace WowUp.Common.Enums
|
|
{
|
|
public enum ApplicationUpdateState
|
|
{
|
|
Pending,
|
|
CreateBackup,
|
|
Downloading,
|
|
Unpacking,
|
|
Complete
|
|
}
|
|
}
|