mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
CLITool: Change installation path to /usr/local/bin
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
- (IBAction)installCliTool:(id)sender;
|
||||
{
|
||||
BOOL success = NO;
|
||||
NSString* installationPath = @"/usr/bin/gitx";
|
||||
NSString* installationPath = @"/usr/local/bin/gitx";
|
||||
NSString* toolPath = [[NSBundle mainBundle] pathForResource:@"gitx" ofType:@""];
|
||||
if (toolPath) {
|
||||
AuthorizationRef auth;
|
||||
|
||||
Reference in New Issue
Block a user