From bf7c569060fba22b59d93490fe59bb043e9adc1e Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 30 Jan 2023 10:15:56 +0100 Subject: [PATCH] Delete hook-smda.py (#1296) --- .github/pyinstaller/hooks/hook-smda.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pyinstaller/hooks/hook-smda.py diff --git a/.github/pyinstaller/hooks/hook-smda.py b/.github/pyinstaller/hooks/hook-smda.py deleted file mode 100644 index b66d75c7..00000000 --- a/.github/pyinstaller/hooks/hook-smda.py +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. -import PyInstaller.utils.hooks - -# ref: https://groups.google.com/g/pyinstaller/c/amWi0-66uZI/m/miPoKfWjBAAJ -binaries = PyInstaller.utils.hooks.collect_dynamic_libs("capstone")