permission and killall argument modification

This commit is contained in:
Mengjuei 2012-03-21 11:41:31 -07:00
parent 3ed20c1743
commit b9f736a49d
9 changed files with 1 additions and 1 deletions

0
pyInstaller/English.lproj/InfoPlist.strings Executable file → Normal file
View File

0
pyInstaller/English.lproj/MainMenu.xib Executable file → Normal file
View File

0
pyInstaller/Info.plist Executable file → Normal file
View File

0
pyInstaller/Installer.xcodeproj/project.pbxproj Executable file → Normal file
View File

2
pyInstaller/InstallerAppDelegate.py Executable file → Normal file
View File

@ -64,7 +64,7 @@ class InstallerAppDelegate(NSObject):
def agreeLicenseAction_(self, sender):
self.window.orderOut_(None)
from subprocess import call
call(["/usr/bin/killall", "McBopomofo"])
call(["/usr/bin/killall", "-9", "McBopomofo"])
inputMethodDir = os.path.expanduser("~/Library/Input Methods")
if os.path.exists(inputMethodDir) is False:

0
pyInstaller/Installer_Prefix.pch Executable file → Normal file
View File

0
pyInstaller/main.m Executable file → Normal file
View File

0
pyInstaller/main.py Executable file → Normal file
View File

0
pyInstaller/zh-Hant.lproj/InfoPlist.strings Executable file → Normal file
View File