Skip to content

Commit 8e81417

Browse files
committed
Merge branch 'dev/v3.x.x' into freezed
2 parents 7741943 + d689638 commit 8e81417

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/PatchKit Patcher/Scripts/AppUpdater/Commands/CheckDiskSpaceCommand.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public void Execute(CancellationToken cancellationToken)
6363
{
6464
long availableDiskSpace = -1;
6565
long requiredDiskSpace = GetRequiredDiskSpace();
66-
requiredDiskSpace += (1024L * 1024 * 1024) * 200;
6766

6867
var dir = new FileInfo(_localDirectoryPath);
6968

@@ -144,4 +143,4 @@ public void Prepare(UpdaterStatus status, CancellationToken cancellationToken)
144143
// do nothing
145144
}
146145
}
147-
}
146+
}

0 commit comments

Comments
 (0)