Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Apr 27, 2024
1 parent 821889a commit 446217c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/libresvip.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ with contextlib.suppress(Exception):


cli_a = Analysis(
['libresvip/cli/__main__.py'],
['../libresvip/cli/__main__.py'],
pathex=[
os.path.join(os.__file__, os.pardir),
os.path.join(PySide6.__path__[0], os.pardir)
Expand Down Expand Up @@ -103,7 +103,7 @@ cli_exe = EXE(


gui_a = Analysis(
['libresvip/gui/__main__.py'],
['../libresvip/gui/__main__.py'],
pathex=[
os.path.join(os.__file__, os.pardir),
os.path.join(PySide6.__path__[0], os.pardir)
Expand Down

0 comments on commit 446217c

Please sign in to comment.