mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-13 16:08:05 +08:00
chore: update copyright
This commit is contained in:
parent
3860415429
commit
90a537b0a8
2
main.go
2
main.go
@ -110,7 +110,7 @@ func main() {
|
|||||||
TitleBar: mac.TitleBarHiddenInset(),
|
TitleBar: mac.TitleBarHiddenInset(),
|
||||||
About: &mac.AboutInfo{
|
About: &mac.AboutInfo{
|
||||||
Title: fmt.Sprintf("%s %s", appName, version),
|
Title: fmt.Sprintf("%s %s", appName, version),
|
||||||
Message: "A modern lightweight cross-platform Redis desktop client.\n\nCopyright © 2024",
|
Message: "A modern lightweight cross-platform Redis desktop client.\n\nCopyright © 2025",
|
||||||
Icon: icon,
|
Icon: icon,
|
||||||
},
|
},
|
||||||
WebviewIsTransparent: false,
|
WebviewIsTransparent: false,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"companyName": "Tiny Craft",
|
"companyName": "Tiny Craft",
|
||||||
"productName": "Tiny RDM",
|
"productName": "Tiny RDM",
|
||||||
"productVersion": "1.0.0",
|
"productVersion": "1.0.0",
|
||||||
"copyright": "Copyright © 2024",
|
"copyright": "Copyright © 2025",
|
||||||
"comments": "Tiny Redis Desktop Manager"
|
"comments": "Tiny Redis Desktop Manager"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user