dont install launch agent on osx

This commit is contained in:
j 2015-11-03 00:28:09 +01:00
commit a85023d560
3 changed files with 16 additions and 15 deletions

View file

@ -49,9 +49,7 @@ class Install(Thread):
os.symlink('openmedialibrary/ctl', 'ctl')
self.status['progress'] = 0
self.status['installing'] = 'setup'
if sys.platform == 'darwin':
os.system('./ctl install_launcher')
elif sys.platform.startswith('linux'):
if sys.platform.startswith('linux'):
apt_packages = ''
yum_packages = ''
try: