Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 0 additions & 102 deletions src/c#/GeneralUpdate.Core/Bootstrap/GeneralClientOSS.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
Comment on lines +1 to 4
Expand Down
61 changes: 0 additions & 61 deletions src/c#/GeneralUpdate.Core/Bootstrap/GeneralUpdateOSS.cs

This file was deleted.

8 changes: 7 additions & 1 deletion src/c#/GeneralUpdate.Core/Configuration/AppType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@ public class AppType
/// upgrade program.
/// </summary>
public const int UpgradeApp = 2;

/// <summary>
/// OSS (Object Storage Service) update mode.
/// Downloads packages from cloud storage without a dedicated update server.
/// </summary>
public const int OSSApp = 3;
}
}
}
125 changes: 0 additions & 125 deletions src/c#/GeneralUpdate.Core/Strategy/OSSStrategy.cs

This file was deleted.

Loading