Skip to content

Commit 5d8da8b

Browse files
authored
Remove binary in exe (#481)
* Remove resources binary in exe * Bump version
1 parent efece3e commit 5d8da8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ephys_link.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bindings = [binding for binding in collect_submodules("ephys_link.bindings") if
1919
a = Analysis(
2020
['src\\ephys_link\\__main__.py'],
2121
pathex=[],
22-
binaries=[('src\\ephys_link\\resources', 'ephys_link\\resources')],
22+
binaries=[],
2323
datas=[],
2424
hiddenimports=['engineio.async_drivers.aiohttp'] + bindings,
2525
hookspath=[],

src/ephys_link/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.1"
1+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)