Skip to content

Commit

Permalink
Merge pull request #4 from eumel8/fix/icon
Browse files Browse the repository at this point in the history
fix path for icon
  • Loading branch information
eumel8 committed Sep 14, 2024
2 parents 321eaad + 3048675 commit ccaf530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func main() {
fmt.Printf("Error reading config: %v\n", err)
return
}
iconResource, err := fyne.LoadResourceFromPath("icon.png")
iconResource, err := fyne.LoadResourceFromURLString("https://raw.githubusercontent.com/eumel8/carbon-app/main/icon.png")
if err != nil {
fmt.Printf("Failed to load icon", err)
return
Expand Down

0 comments on commit ccaf530

Please sign in to comment.