~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to windows/encuentro.spec

  • Committer: Facundo Batista
  • Date: 2014-05-05 20:45:19 UTC
  • Revision ID: facundo@taniquetil.com.ar-20140505204519-ha7a982znjbwxevm
Cambios luego de la release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- mode: python -*-
2
2
a = Analysis(['c:\\encuentro\\bin\\encuentro'],
3
 
             pathex=['C:\\pyinst', 'C:\\encuentro', 
4
 
                     'C:\\encuentro\\qtreactor'],
 
3
             pathex=['C:\\pyinst', 'C:\\encuentro'],
5
4
             hiddenimports=[],
6
5
             hookspath=None)
7
6
pyz = PYZ(a.pure)