Add autoupdate2

co-authoredby: max@zed.dev
This commit is contained in:
Mikayla 2023-11-17 15:48:32 -08:00
parent a03d062120
commit dd283b471a
No known key found for this signature in database
10 changed files with 540 additions and 5 deletions

View file

@ -492,6 +492,10 @@ impl AppContext {
self.platform.open_url(url);
}
pub fn app_path(&self) -> Result<PathBuf> {
self.platform.app_path()
}
pub fn path_for_auxiliary_executable(&self, name: &str) -> Result<PathBuf> {
self.platform.path_for_auxiliary_executable(name)
}