mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 01:06:35 +00:00
Move Updater.cs into App folder
This commit is contained in:
@@ -6,7 +6,7 @@ using Newtonsoft.Json;
|
||||
using PckStudio.Internal.Json;
|
||||
using PckStudio.Properties;
|
||||
|
||||
namespace PckStudio.Internal
|
||||
namespace PckStudio.Internal.App
|
||||
{
|
||||
internal static class Updater
|
||||
{
|
||||
@@ -170,7 +170,7 @@
|
||||
<Compile Include="Internal\Serializer\ImageSerializer.cs" />
|
||||
<Compile Include="Internal\SkinAnimFlag.cs" />
|
||||
<Compile Include="Internal\SkinAnimMask.cs" />
|
||||
<Compile Include="Internal\Updater.cs" />
|
||||
<Compile Include="Internal\App\Updater.cs" />
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
|
||||
@@ -1,14 +1,9 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Windows.Forms;
|
||||
using PckStudio.Internal.Misc;
|
||||
using PckStudio.Internal;
|
||||
using PckStudio.Properties;
|
||||
using PckStudio.Internal.App;
|
||||
using AutoUpdaterDotNET;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
|
||||
namespace PckStudio
|
||||
|
||||
Reference in New Issue
Block a user