Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed May 23, 2024
1 parent d3030df commit f10c032
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 @@ -15,7 +15,7 @@ tables_files = collect_data_files('tables')
antares_web_server_a = Analysis(['antarest/gui.py', 'alembic/env.py'] + migration_files,
pathex=[],
binaries=[('./alembic.ini', './alembic.ini')],
datas=[('./resources', './resources'), ('./alembic', './alembic'), table_files],
datas=[('./resources', './resources'), ('./alembic', './alembic'), tables_files],
hiddenimports=[
'cmath',
'antarest.dbmodel',
Expand Down

0 comments on commit f10c032

Please sign in to comment.