Skip to content

Commit

Permalink
updated the pyinstaller spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Mentel committed Jan 6, 2015
1 parent dbe6fc0 commit 5e724b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/BatchCalculator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dbfile = Datafiles('batchcalc/data/zeolite.db', strip_path=False) # keep the pat
tmpfiles = Datafiles('batchcalc/templates/tex/report_color.tex', strip_path=False)

a = Analysis(['batchcalc/zbc.py'],
pathex=['C:\\cygwin64\\home\\kasia\\Devel\\batchcalculator'],
pathex=['C:\\cygwin\\home\\lmentel\\devel\\batchcalculator'],
hiddenimports=[],
hookspath=None,
runtime_hooks=None,
Expand Down

0 comments on commit 5e724b5

Please sign in to comment.