mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
Open In Fleet
This commit is contained in:
parent
91bc1ee8ab
commit
cde5fc8f73
11 changed files with 149 additions and 59 deletions
|
@ -34,6 +34,16 @@ namespace SourceGit.Native
|
|||
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public string FindFleet()
|
||||
{
|
||||
if (File.Exists("/Applications/Fleet.app/Contents/MacOS/Fleet"))
|
||||
{
|
||||
return "/Applications/Fleet.app/Contents/MacOS/Fleet";
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public void OpenBrowser(string url)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue