Skip to content

Commit

Permalink
small udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtivadar committed Mar 12, 2019
1 parent 84894d4 commit 23fca57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qiewinstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
'--name=%s' % qiew,
'--onefile',
'--console',
# '--add-binary=%s' % os.path.join('plugins', '*.*', ),
]

def add_datas(buildcmd, path, allowed=['.py', '.ui', '.yapsy-plugin', '.disabled']):
Expand All @@ -30,8 +29,8 @@ def add_datas(buildcmd, path, allowed=['.py', '.ui', '.yapsy-plugin', '.disabled
buildcmd += [bin]

# modules
bin = '--hidden-import={}'.format('elftools')
buildcmd += [bin]
#bin = '--hidden-import={}'.format('elftools')
#buildcmd += [bin]

# scripts
L = os.listdir('.')
Expand Down

0 comments on commit 23fca57

Please # to comment.