Fix build issues

This commit is contained in:
qianlifeng 2024-10-28 23:15:37 +08:00
parent 2327f5161e
commit 62ad3df9d8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}