Skip to content

Commit

Permalink
fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Nov 30, 2023
1 parent 14428ac commit c2627b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/packager/src/package/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ fn create_info_plist(
"CFBundleTypeExtensions".into(),
plist::Value::Array(
association
.ext
.extensions
.iter()
.map(|ext| ext.to_string().into())
.collect(),
Expand All @@ -199,7 +199,7 @@ fn create_info_plist(
association
.name
.as_ref()
.unwrap_or(&association.ext[0])
.unwrap_or(&association.extensions[0])
.to_string()
.into(),
);
Expand Down

0 comments on commit c2627b3

Please sign in to comment.