Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
feat: app icon (#53)
Browse files Browse the repository at this point in the history
* feat: app icon

* fix: add changelog

* fix: add valid ico
  • Loading branch information
Niggelgame authored Jun 4, 2022
1 parent 9f88239 commit 03b74ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Added
- Add option to change the instance icon
- Implement Settings tab
- App icon

### Changed
- Revert compose to `1.2.0-alpha01-dev686`
Expand Down
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tasks {
kotlinOptions {
freeCompilerArgs =
freeCompilerArgs + "-opt-in=kotlinx.serialization.ExperimentalSerializationApi" +
"-opt-in=kotlinx.serialization.InternalSerializationApi"
"-opt-in=kotlinx.serialization.InternalSerializationApi"
jvmTarget = "18"
}
}
Expand Down Expand Up @@ -120,6 +120,8 @@ compose.desktop {
licenseFile.set(project.file("LICENSE"))
vendor = "omsi-launcher Contributors"
windows {
/// Generate icon file with: convert -resize x128 src/main/resources/ecitaro.jpg src/main/resources/drawables/windows.ico
iconFile.set(project.file("src/main/resources/drawables/windows.ico"))
menu = true
dirChooser = true
}
Expand Down
Binary file added src/main/resources/drawables/windows.ico
Binary file not shown.

0 comments on commit 03b74ca

Please sign in to comment.