From 3de71499e4c0ab5b3ab2f12ec4a97d25e0a45c96 Mon Sep 17 00:00:00 2001 From: rikodot <36451944+rikodot@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:48:48 +0200 Subject: [PATCH] Update __init__.py --- __init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index acac463..6c093d6 100644 --- a/__init__.py +++ b/__init__.py @@ -45,6 +45,7 @@ ('3.4.4271', '3.4.4271', '4271sigscan.dll'), ('3.5.4526', '3.5.4526', '4526sigscan.dll'), ('4.0.4958', '4.0.4958', '4958sigscan.dll'), + ('4.1.5747', '4.1.5747', '5747sigscan.dll'), ('DEV', 'DEV', 'DEVsigscan.dll') ] linux_files = [ @@ -53,6 +54,7 @@ ('3.5.4526', '3.5.4526', '4526libsigscan.so'), ('4.0.4911', '4.0.4911', '4911libsigscan.so'), ('4.0.4958', '4.0.4958', '4958libsigscan.so'), + ('4.1.5747', '4.1.5747', '5747libsigscan.so'), ('DEV', 'DEV', 'DEVlibsigscan.so') ] darwin_files = [ @@ -61,6 +63,7 @@ ('3.5.4526', '3.5.4526', '4526libsigscan.dylib'), ('4.0.4911', '4.0.4911', '4911libsigscan.dylib'), ('4.0.4958', '4.0.4958', '4958libsigscan.dylib'), + ('4.1.5747', '4.1.5747', '5747libsigscan.dylib'), ('DEV', 'DEV', 'DEVlibsigscan.dylib') ] @@ -350,4 +353,4 @@ def run(self): check_for_updates(repo_owner, repo_name, file_url, win_files, linux_files, darwin_files) obj = Updater() -obj.start() \ No newline at end of file +obj.start()