Skip to content

Commit 979b16b

Browse files
committed
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

+3
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)