mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[mac] detect upx
This commit is contained in:
parent
22f09772d3
commit
003e505c4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue