Skip to content

Commit 3899013

Browse files
committed
Windows package params
1 parent 888ba0e commit 3899013

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
![preview](doc/preview.png)
88

9+
目前暂时不会自动加开机启动,因为适配起来有点麻烦。反正这对你来说不难吧。
10+
911
## 支持功能
1012

1113
- 时间显示

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ compose.desktop {
4949
linux {
5050
iconFile.set(project.file("src/jvmMain/resources/clock.png"))
5151
}
52+
windows {
53+
shortcut = true
54+
iconFile.set(project.file("icon.ico"))
55+
}
5256
}
5357
args("--release")
5458
}

icon.ico

20 KB
Binary file not shown.

0 commit comments

Comments
 (0)