mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-25 02:40:46 +02:00
chore: linting
This commit is contained in:
@@ -177,6 +177,8 @@ mod linux {
|
|||||||
vec![
|
vec![
|
||||||
browser_subdir.join("firefox"),
|
browser_subdir.join("firefox"),
|
||||||
browser_subdir.join("firefox-bin"),
|
browser_subdir.join("firefox-bin"),
|
||||||
|
install_dir.join("firefox"),
|
||||||
|
install_dir.join("firefox-bin"),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
BrowserType::MullvadBrowser => {
|
BrowserType::MullvadBrowser => {
|
||||||
|
|||||||
@@ -712,7 +712,7 @@ impl Extractor {
|
|||||||
fs::copy(appimage_path, &dest_file)?;
|
fs::copy(appimage_path, &dest_file)?;
|
||||||
|
|
||||||
// Set executable permissions
|
// Set executable permissions
|
||||||
self.set_executable_permissions(&dest_file).await?;
|
self.set_executable_permissions_recursive(&dest_file).await?;
|
||||||
|
|
||||||
Ok(dest_file)
|
Ok(dest_file)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user