Fix icon paths for windows and linux
This commit is contained in:
parent
3ffd663c8d
commit
a5b1b33d99
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ compose.desktop {
|
|||
iconFile.set(project.file("src/main/resources/icon.icns"))
|
||||
}
|
||||
windows {
|
||||
iconFile.set(project.file("icon.ico"))
|
||||
iconFile.set(project.file("src/main/resources/icon.ico"))
|
||||
}
|
||||
linux {
|
||||
iconFile.set(project.file("icon.png"))
|
||||
iconFile.set(project.file("src/main/resources/icon.png"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue