Care version code changes

This commit is contained in:
vvb2060 2021-01-28 02:59:54 +08:00 committed by John Wu
parent c3313623e4
commit 26b2e7dc5d
1 changed files with 1 additions and 2 deletions

View File

@ -284,8 +284,7 @@ def build_binary(args):
if os.stat(args.config).st_mtime_ns > flags_stat.st_mtime_ns:
update_flags = True
last_commit = int(cmd_out(['git', 'log', '-1', r'--format=%at', 'HEAD']))
if last_commit > flags_stat.st_mtime:
if os.stat('gradle.properties').st_mtime_ns > flags_stat.st_mtime_ns:
update_flags = True
if update_flags: