修改hash

main
ZhuoZhou 2025-09-04 11:27:35 +08:00
parent b42c5f9269
commit 66b1aeba17
1 changed files with 3 additions and 3 deletions

View File

@ -275,7 +275,7 @@ if __name__ == '__main__':
opts.old_hash = ''
# 本地自测适用
# opts.aab = "false"
# opts.mode = "Debug"
opts.mode = "Debug"
# opts.platform = "Android"
# opts.assets = "/Users/a0729/gogs.git/find-object-art"
# opts.resources = "/Users/a0729/gogs.git/find-object-bundle-resource"
@ -285,8 +285,8 @@ if __name__ == '__main__':
# opts.special = "main_30point_ws20250422_1"
opts.special = "0"
opts.platform = "Android"
opts.old_hash = "fdde3dbb2bcf2cc04a28197afef5c19bed5df237"
opts.new_hash = "dc1eeb321ab740cf520ba38c91b73168a931a7c2"
opts.old_hash = "d25a33127646e062e4ef1a760fae43e50393b4c5"
opts.new_hash = "fdde3dbb2bcf2cc04a28197afef5c19bed5df237"
print(f'test-- {opts}')