Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Sep 27, 2024
1 parent eb510e7 commit dffd049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AntaresWebWin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ alembic_analysis = Analysis(["alembic/env.py"] + versions_files)

antares_web_server_a = Analysis(['antarest/gui.py'],
pathex=[],
binaries=binaries,
binaries=[],
datas=[('./resources', './resources'), ('./alembic', './alembic'), ('./alembic.ini', './')],
hiddenimports=[
'cmath',
Expand Down

0 comments on commit dffd049

Please sign in to comment.