Add systray with icon

This commit is contained in:
2022-05-01 12:37:05 +09:30
parent 06ac259e0a
commit b04ed6aa62
8 changed files with 84 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ import (
"golang.org/x/mod/semver"
)
const CurrentVersion string = "v0.12.1"
const CurrentVersion string = "v0.12.2"
type GithubRelease struct {
HTMLURL string `json:"html_url"`