Skip to content

Commit

Permalink
windows.spec: Fix phazor
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 21, 2024
1 parent deb593f commit 8d82244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ win_build() {
--hidden-import 'infi.systray' \
--hidden-import 'pylast' \
--hidden-import 'tekore' \
--add-binary 'lib/libphazor.so;lib' \
--hidden-import 'phazor' \
--add-binary 'C:\msys64\mingw64\bin\libFLAC.dll;.' \
--add-binary 'C:\msys64\mingw64\bin\libmpg123-0.dll;.' \
--add-binary 'C:\msys64\mingw64\bin\libogg-0.dll;.' \
Expand Down
2 changes: 1 addition & 1 deletion windows.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ a = Analysis(
["src/tauon/__main__.py"],
pathex=[],
binaries=[
("lib/libphazor.so", "lib"),
("C:\\msys64\\mingw64\\bin\\libFLAC.dll", "."),
("C:\\msys64\\mingw64\\bin\\libmpg123-0.dll", "."),
("C:\\msys64\\mingw64\\bin\\libogg-0.dll", "."),
Expand All @@ -24,6 +23,7 @@ a = Analysis(
"tekore",
"pip",
"packaging.requirements",
"phazor",
"pkg_resources.py2_warn",
"requests",
],
Expand Down

0 comments on commit 8d82244

Please sign in to comment.