mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[windows] Temporarily remove docker as optional requirement
This commit is contained in:
@@ -21,7 +21,7 @@ func (i *Info) discover() error {
|
|||||||
i.Dependencies = append(i.Dependencies, checkWebView2())
|
i.Dependencies = append(i.Dependencies, checkWebView2())
|
||||||
i.Dependencies = append(i.Dependencies, checkNPM())
|
i.Dependencies = append(i.Dependencies, checkNPM())
|
||||||
i.Dependencies = append(i.Dependencies, checkUPX())
|
i.Dependencies = append(i.Dependencies, checkUPX())
|
||||||
i.Dependencies = append(i.Dependencies, checkDocker())
|
//i.Dependencies = append(i.Dependencies, checkDocker())
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user