We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01deb88 commit fb65619Copy full SHA for fb65619
1 file changed
ephys_link.spec
@@ -15,8 +15,8 @@ FILE_NAME = f"EphysLink-v{version}"
15
# Collect binding modules.
16
bindings = [binding for binding in collect_submodules("ephys_link.bindings") if binding != "ephys_link.bindings"]
17
18
-# Collect Sensapex SDK.
19
-ump_sdk_path = str(resources.files('sensapex').joinpath('um.dll'))
+# Collect custom Sensapex SDK.
+ump_sdk_path = r'V:\School_GitHub\ephys-link\venv\Lib\site-packages\sensapex\um.dll'
20
21
# noinspection PyUnresolvedReferences
22
a = Analysis(
0 commit comments