- Update 시작점
업데이트 해야 될점 TODO 작성 및 MK2 버전 제작 시작
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user