Explorar o código

Add files for building standalone app with pyinstaller

Kentaro Wada %!s(int64=7) %!d(string=hai) anos
pai
achega
f0942cbce9
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      app.py
  2. BIN=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=BIN
labelme/icons/icon.icns