Merge pull request #6 from ProjectInfinity/main
Ensure Gitnuro follows macOS theme and add missing app icon
This commit is contained in:
commit
e6ece882c5
2 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,13 @@ compose.desktop {
|
|||
windows {
|
||||
iconFile.set(project.file("icons/icon.ico"))
|
||||
}
|
||||
|
||||
macOS {
|
||||
jvmArgs(
|
||||
"-Dapple.awt.application.appearance=system"
|
||||
)
|
||||
iconFile.set(project.file("icons/icon.icns"))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
BIN
icons/icon.icns
Normal file
BIN
icons/icon.icns
Normal file
Binary file not shown.
Loading…
Reference in a new issue