Skip to content

Commit fb65619

Browse files
committed
changed sensapex sdk to a custom one
1 parent 01deb88 commit fb65619

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ephys_link.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ FILE_NAME = f"EphysLink-v{version}"
1515
# Collect binding modules.
1616
bindings = [binding for binding in collect_submodules("ephys_link.bindings") if binding != "ephys_link.bindings"]
1717

18-
# Collect Sensapex SDK.
19-
ump_sdk_path = str(resources.files('sensapex').joinpath('um.dll'))
18+
# Collect custom Sensapex SDK.
19+
ump_sdk_path = r'V:\School_GitHub\ephys-link\venv\Lib\site-packages\sensapex\um.dll'
2020

2121
# noinspection PyUnresolvedReferences
2222
a = Analysis(

0 commit comments

Comments
 (0)