mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-07 05:27:49 +02:00
chore: linting
This commit is contained in:
@@ -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