mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
chore: linux logo
This commit is contained in:
@@ -292,6 +292,10 @@ tasks.register<Exec>("jpackage") {
|
||||
arguments.addAll(listOf("--icon", "${projectDir.absolutePath}/src/main/resources/icons/termora.ico"))
|
||||
}
|
||||
|
||||
if (os.isLinux) {
|
||||
arguments.addAll(listOf("--icon", "${projectDir.absolutePath}/src/main/resources/icons/termora.png"))
|
||||
}
|
||||
|
||||
|
||||
arguments.add("--type")
|
||||
if (os.isMacOsX) {
|
||||
|
||||
Reference in New Issue
Block a user