Add __name__ == '__main__' block in freeze.py.
freeze.py now gets imported from freeze_tests.py, and shouldn't run its own setup in that case.
This commit is contained in:
parent
2f59abaf13
commit
425a6d33cf
@ -94,6 +94,8 @@ executable = cx.Executable('qutebrowser/__main__.py', base=base,
|
||||
icon=os.path.join(BASEDIR, 'icons',
|
||||
'qutebrowser.ico'))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
try:
|
||||
setupcommon.write_git_file()
|
||||
cx.setup(
|
||||
|
Loading…
Reference in New Issue
Block a user