[mac] detect upx

This commit is contained in:
Lea Anthony 2021-05-30 10:19:27 +10:00
commit 003e505c4a
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -41,5 +41,6 @@ func (i *Info) discover() error {
}
i.Dependencies = append(i.Dependencies, xcodeDep)
i.Dependencies = append(i.Dependencies, checkNPM())
i.Dependencies = append(i.Dependencies, checkUPX())
return nil
}