Skip to content

Commit 3de7149

Browse files
authored
Update __init__.py
1 parent b8139d5 commit 3de7149

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
('3.4.4271', '3.4.4271', '4271sigscan.dll'),
4646
('3.5.4526', '3.5.4526', '4526sigscan.dll'),
4747
('4.0.4958', '4.0.4958', '4958sigscan.dll'),
48+
('4.1.5747', '4.1.5747', '5747sigscan.dll'),
4849
('DEV', 'DEV', 'DEVsigscan.dll')
4950
]
5051
linux_files = [
@@ -53,6 +54,7 @@
5354
('3.5.4526', '3.5.4526', '4526libsigscan.so'),
5455
('4.0.4911', '4.0.4911', '4911libsigscan.so'),
5556
('4.0.4958', '4.0.4958', '4958libsigscan.so'),
57+
('4.1.5747', '4.1.5747', '5747libsigscan.so'),
5658
('DEV', 'DEV', 'DEVlibsigscan.so')
5759
]
5860
darwin_files = [
@@ -61,6 +63,7 @@
6163
('3.5.4526', '3.5.4526', '4526libsigscan.dylib'),
6264
('4.0.4911', '4.0.4911', '4911libsigscan.dylib'),
6365
('4.0.4958', '4.0.4958', '4958libsigscan.dylib'),
66+
('4.1.5747', '4.1.5747', '5747libsigscan.dylib'),
6467
('DEV', 'DEV', 'DEVlibsigscan.dylib')
6568
]
6669

@@ -350,4 +353,4 @@ def run(self):
350353
check_for_updates(repo_owner, repo_name, file_url, win_files, linux_files, darwin_files)
351354

352355
obj = Updater()
353-
obj.start()
356+
obj.start()

0 commit comments

Comments
 (0)