We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888ba0e commit 3899013Copy full SHA for 3899013
README.md
@@ -6,6 +6,8 @@
6
7

8
9
+目前暂时不会自动加开机启动,因为适配起来有点麻烦。反正这对你来说不难吧。
10
+
11
## 支持功能
12
13
- 时间显示
build.gradle.kts
@@ -49,6 +49,10 @@ compose.desktop {
49
linux {
50
iconFile.set(project.file("src/jvmMain/resources/clock.png"))
51
}
52
+ windows {
53
+ shortcut = true
54
+ iconFile.set(project.file("icon.ico"))
55
+ }
56
57
args("--release")
58
icon.ico
20 KB
0 commit comments