更新镜像信息

This commit is contained in:
yang 2022-10-17 15:57:47 +08:00
parent 917248fac9
commit 991e1777f2
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@ test {
jar { jar {
manifest { manifest {
attributes "Implementation-Title": project.name attributes "Implementation-Title": project.name
attributes "Implementation-Version": '1.0' attributes "Implementation-Version": project.version
attributes 'Main-Class': 'org.rococy.roomit.Launcher' attributes 'Main-Class': 'org.rococy.roomit.Launcher'
} }
} }
@ -59,10 +59,12 @@ jlink {
launcher { launcher {
name = 'RoomIt' name = 'RoomIt'
} }
jpackage { jpackage {
appVersion = project.version appVersion = project.version
icon = "icon/logo16x16.ico" icon = "icon/logo16x16.ico"
imageName = "RoomIt" imageName = "RoomIt"
imageOptions = ["--vendor", "Rococy", "--description", "基于JavaFx开源的屏幕画笔工具"]
} }
} }