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