Sun, 21 Jan 2018 11:57:47 +0000
UI refresh delay to reduce flicker (Still flickers, but probably not much else we can do with rumps.)
from setuptools import setup APP = ['borgend.py'] DATA_FILES = [] OPTIONS = { 'argv_emulation': False, 'plist': { 'LSUIElement': True, }, 'packages': ['rumps', 'keyring'], } setup( app=APP, data_files=DATA_FILES, options={'py2app': OPTIONS}, setup_requires=['py2app'], )