Skip to content
Snippets Groups Projects
Unverified Commit f4ae2720 authored by Kali Kaneko's avatar Kali Kaneko Committed by meskio
Browse files

[bug] fix path for the snap icon

parent 5d65d89e
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ func getIconPath() string {
snapPath := os.Getenv("SNAP")
if snapPath != "" {
return snapPath + "/snap/gui/icon.svg"
return snapPath + "/snap/meta/gui/icon.svg"
}
wd, _ := os.Getwd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment