Browse Source

Add files for building standalone app with pyinstaller

Kentaro Wada 7 years ago
parent
commit
f0942cbce9
2 changed files with 6 additions and 0 deletions
  1. 6 0
      app.py
  2. BIN
      labelme/icons/icon.icns

+ 6 - 0
app.py

@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+
+if __name__ == '__main__':
+    import labelme.app
+    labelme.app.main()

BIN
labelme/icons/icon.icns