Skip to content

Commit 4f0f9f9

Browse files
committed
更新默认的比较方式
1 parent 0c089bb commit 4f0f9f9

File tree

1 file changed

+1
-1
lines changed
  • SimpleUpdater/FSLib.App.SimpleUpdater.Generator/Defination

1 file changed

+1
-1
lines changed

SimpleUpdater/FSLib.App.SimpleUpdater.Generator/Defination/AuProject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public AuProject()
2929
EnableIncreaseUpdate = true;
3030
CreateCompatiblePackage = true;
3131
CompressPackage = true;
32-
DefaultFileVerificationLevel = FileVerificationLevel.Hash;
32+
DefaultFileVerificationLevel = FileVerificationLevel.Hash | FileVerificationLevel.Size;
3333
DefaultUpdateMethod = UpdateMethod.VersionCompare;
3434
UseRandomPackageNaming = true;
3535
}

0 commit comments

Comments
 (0)