about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2019-10-21 14:14:57 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2019-10-21 16:12:03 +0200
commitc3dad087d396e8ca09adee7670052578b5d15af8 (patch)
treeecc70743008f76fcd2a10e1cdf89aef863313273 /kcc.py
parentVersion bump (diff)
downloadkcc-c3dad087d396e8ca09adee7670052578b5d15af8.tar.gz
kcc-c3dad087d396e8ca09adee7670052578b5d15af8.tar.bz2
kcc-c3dad087d396e8ca09adee7670052578b5d15af8.zip
Update build scripts
Diffstat (limited to 'kcc.py')
-rwxr-xr-xkcc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/kcc.py b/kcc.py
index 27284ce..feb9e2e 100755
--- a/kcc.py
+++ b/kcc.py
@@ -31,8 +31,6 @@ if sys.platform.startswith('darwin'):
                              '/../Resources:/Applications/Kindle Comic Creator/Kindle Comic Creator.app/Contents/' \
                              'MacOS:/usr/local/bin:/usr/bin:/bin'
         os.chdir(os.path.dirname(os.path.abspath(sys.executable)) + '/../Resources')
-        os.system('defaults write com.kindlecomicconverter.KindleComicConverter ApplePersistenceIgnoreState YES')
-        os.system('defaults write com.kindlecomicconverter.KindleComicConverter NSInitialToolTipDelay -int 1000')
     else:
         os.chdir(os.path.dirname(os.path.abspath(__file__)))
 elif sys.platform.startswith('win'):