Skip to content

Commit

Permalink
Sort array
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 22, 2024
1 parent d056f0f commit 483747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ a = Analysis(
pathex=[],
binaries=[
(str(Path(msys64_path) / "mingw64" / "bin" / "libFLAC.dll"), "."),
(str(Path(msys64_path) / "mingw64" / "bin" / "libgme.dll"), "."),
(str(Path(msys64_path) / "mingw64" / "bin" / "libmpg123-0.dll"), "."),
(str(Path(msys64_path) / "mingw64" / "bin" / "libogg-0.dll"), "."),
(str(Path(msys64_path) / "mingw64" / "bin" / "libopenmpt-0.dll"), "."),
Expand All @@ -33,7 +34,6 @@ a = Analysis(
(str(Path(msys64_path) / "mingw64" / "bin" / "libwavpack-1.dll"), "."),
(str(Path(msys64_path) / "mingw64" / "bin" / "SDL2.dll"), "."),
(str(Path(msys64_path) / "mingw64" / "bin" / "SDL2_image.dll"), "."),
(str(Path(msys64_path) / "mingw64" / "bin" / "libgme.dll"), "."),
],
datas=[
("src/tauon/assets", "assets"),
Expand Down

0 comments on commit 483747f

Please sign in to comment.