Skip to content

Commit

Permalink
Remove libxtwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Nov 20, 2024
1 parent 9cec757 commit 28016b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

import importlib.util

libxtwrapper_path = importlib.util.find_spec('libxtwrapper').origin


block_cipher = None

a = Analysis(
['node_cli/main.py'],
pathex=['.'],
binaries=[(libxtwrapper_path, '.')],
datas=[
("./text.yml", "data"),
("./datafiles/skaled-ssl-test", "data/datafiles")
Expand Down

0 comments on commit 28016b9

Please sign in to comment.