permission and killall argument modification
This commit is contained in:
parent
3ed20c1743
commit
b9f736a49d
|
@ -64,7 +64,7 @@ class InstallerAppDelegate(NSObject):
|
||||||
def agreeLicenseAction_(self, sender):
|
def agreeLicenseAction_(self, sender):
|
||||||
self.window.orderOut_(None)
|
self.window.orderOut_(None)
|
||||||
from subprocess import call
|
from subprocess import call
|
||||||
call(["/usr/bin/killall", "McBopomofo"])
|
call(["/usr/bin/killall", "-9", "McBopomofo"])
|
||||||
|
|
||||||
inputMethodDir = os.path.expanduser("~/Library/Input Methods")
|
inputMethodDir = os.path.expanduser("~/Library/Input Methods")
|
||||||
if os.path.exists(inputMethodDir) is False:
|
if os.path.exists(inputMethodDir) is False:
|
||||||
|
|
Loading…
Reference in New Issue