- Update 시작점

업데이트 해야 될점 TODO 작성 및 MK2 버전 제작 시작
This commit is contained in:
2025-04-07 16:28:50 +09:00
parent 7a5c8e3f02
commit ff52d49800
14 changed files with 185 additions and 44 deletions

View File

@@ -124,7 +124,7 @@ namespace Mitria_Minecraft_Launcher.Updater
CommonLibrary.Log.INFO("[Package] LocalVersion : " + thisVersion);
CommonLibrary.Log.INFO("[Package] RemoteVersion : " + remoteVersion);
result = remoteVersion.CompareTo(thisVersion);
//TODO: 만약 Major 버전이 바뀌면 전부삭제, 아니면 있는 폴더면 선별후 삭제
// 1 : 리모트가 큼, 0 : 같음, -1 리모트가 적음
if (result == 0)
{