Skip to content

Commit

Permalink
Update crates/packager/src/config/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
amr-crabnebula and lucasfernog-crabnebula authored Jan 30, 2024
1 parent 132612b commit 1e811e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub struct AppImageConfig {
/// you'd specify `gtk` as the key and its url as the value.
#[serde(alias = "linuxdeploy-plugins", alias = "linuxdeploy_plugins")]
pub linuxdeploy_plugins: Option<HashMap<String, String>>,
/// List of globs of libraries to exclude from the final APpImage.
/// List of globs of libraries to exclude from the final AppImage.
/// For example, to exclude libnss3.so, you'd specify `libnss3*`
#[serde(alias = "excluded-libraries", alias = "excluded_libraries")]
pub excluded_libs: Option<Vec<String>>,
Expand Down

0 comments on commit 1e811e0

Please sign in to comment.