Skip to content

Commit

Permalink
new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jan 22, 2024
1 parent c935a2e commit 351b909
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ compose.desktop {
iconFile.set(project.file("logo/logo.ico"))
}
linux {
iconFile.set(project.file("logo/logo.jpg"))
iconFile.set(project.file("logo/logo.png"))
}
buildTypes.release.proguard {
version.set("7.3.2")
Expand Down
Binary file modified logo/logo.icns
Binary file not shown.
Binary file modified logo/logo.ico
Binary file not shown.
Binary file removed logo/logo.jpg
Binary file not shown.
Binary file added logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ fun main() = application {
Window(
onCloseRequest = ::exitApplication,
title = "软著源代码文档自动生成工具",
icon = painterResource("logo.jpg")
icon = painterResource("logo.png")
) {
App()
}
Expand Down
Binary file removed src/main/resources/logo.jpg
Binary file not shown.
Binary file added src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 351b909

Please sign in to comment.