mirror of https://github.com/Wox-launcher/Wox
Fix build issues
This commit is contained in:
parent
2327f5161e
commit
62ad3df9d8
|
@ -443,6 +443,6 @@ func (a *MacRetriever) getRunningProcesses() (infos []processInfo) {
|
|||
return
|
||||
}
|
||||
|
||||
func (a *DarwinRetriever) OpenAppFolder(ctx context.Context, app appInfo) error {
|
||||
func (a *MacRetriever) OpenAppFolder(ctx context.Context, app appInfo) error {
|
||||
return util.ShellOpenFileInFolder(app.Path)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue