Skip to content

Commit

Permalink
Watch /opt and /usr/local/bin, #102
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 23, 2020
1 parent bdff4e9 commit f4ff888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appimaged/appimaged.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ var candidateDirectories = []string{
home + "/.local/bin",
home + "/bin",
home + "/Applications",
home + "/opt",
home + "/usr/local/bin",
"/opt",
"/usr/local/bin",
}

func main() {
Expand Down

0 comments on commit f4ff888

Please sign in to comment.