Added app icon
This commit is contained in:
parent
c01446a082
commit
e7f9dbc5f9
6 changed files with 11 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -1,6 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"dequoter/icon_asset"
|
||||
"embed"
|
||||
"log"
|
||||
"runtime"
|
||||
|
|
@ -64,6 +65,7 @@ func main() {
|
|||
About: &mac.AboutInfo{
|
||||
Title: "Dequoter",
|
||||
Message: "© 2025-2026 Leon Mika\nVersion: " + VersionNumber,
|
||||
Icon: icon_asset.AppIcon,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue