Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 979b16b

Browse files
committedSep 19, 2024
fix(get.py): Force exe generation
1 parent 0a37668 commit 979b16b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tools/get.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ def verify_files(filename, destination, rename_to):
148148
return True
149149

150150

151+
152+
153+
151154
def is_latest_version(destination, dirname, rename_to, cfile, checksum):
152155
current_version = None
153156
expected_version = None

0 commit comments

Comments
 (0)
Please sign in to comment.