File: start_tray.py

package info (click to toggle)
mkchromecast 0.3.9~git20200902%2Bdb2964a-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,636 kB
  • sloc: python: 4,654; makefile: 47; sh: 43; javascript: 34
file content (9 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

# This file is part of mkchromecast. It is used to build the macOS app.
from mkchromecast.utils import checkmktmp, writePidFile
import mkchromecast.systray

checkmktmp()
writePidFile()
mkchromecast.systray.main()