提交 ede75c3e 编写于 作者: K Kentaro Wada

Fix pyinstaller standalone generation

上级 dbad6967
......@@ -6,7 +6,7 @@ block_cipher = None
a = Analysis(
['labelme/app.py'],
['labelme/main.py'],
pathex=['labelme'],
binaries=[],
datas=[
......
......@@ -117,3 +117,7 @@ def main():
win.show()
win.raise_()
sys.exit(app.exec_())
if __name__ == '__main__':
main()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册