Skip to content

Commit

Permalink
fix PyInstaller spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Apr 27, 2023
1 parent a03c383 commit 7457571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf-collect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block_cipher = None
a = Analysis(
['perf-collect.py'],
pathex=[],
datas=[('./src/libtsc.so', '.'), ('./events/bdx.txt', '.'), ('./events/skx.txt', '.'), ('./events/clx.txt', '.'), ('./events/icx.txt', '.'), ('./events/spr.txt', '.')],
datas=[('./src/libtsc.so', '.'), ('./events/bdx.txt', '.'), ('./events/clx_skx.txt', '.'), ('./events/icx.txt', '.'), ('./events/spr.txt', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down

0 comments on commit 7457571

Please sign in to comment.