Skip to content

Commit

Permalink
Support nullsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares authored Oct 27, 2024
1 parent 99d5c04 commit 783826c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ fn app_parse(letter: &str, author: &str, map: &mut Map) {
"msi" => Some(InstallerFormat::WindowsInstallerMsi),
"wix" => Some(InstallerFormat::WindowsInstallerMsi),
"exe" => Some(InstallerFormat::WindowsInstallerExe),
"nullsoft" => Some(InstallerFormat::WindowsInstallerExe),
_ => None,
};

Expand Down

0 comments on commit 783826c

Please sign in to comment.