diff options
Diffstat (limited to 'Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj')
-rwxr-xr-x | Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index 607e8ee..05998ad 100755 --- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj +++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj @@ -287,9 +287,8 @@ buildSettings = { FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; - INSTALL_PATH = "$(HOME)/Applications"; + INSTALL_PATH = /Applications/Python; LIBRARY_SEARCH_PATHS = ""; - OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; PRODUCT_NAME = PythonLauncher; SECTORDER_FLAGS = ""; @@ -300,7 +299,7 @@ ); isa = PBXApplicationTarget; name = PythonLauncher; - productInstallPath = "$(HOME)/Applications"; + productInstallPath = /Applications/Python; productName = PythonLauncher; productReference = 1758732AFF379DA111CA2CBB; productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> |