Skip to content

Commit

Permalink
Try adding a new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Nov 4, 2024
1 parent 4c0049a commit 897a14e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ https://github.com/ThomasBernard03/AndroidTools/assets/67638928/eb3b4248-d17e-4a

```shell
./gradlew packageDmg
./gradlew packageExe
```
6 changes: 5 additions & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,13 @@ compose.desktop {
mainClass = "fr.thomasbernard03.androidtools.MainKt"

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
targetFormats(TargetFormat.Dmg, TargetFormat.Exe, TargetFormat.Deb)
packageName = "fr.thomasbernard03.androidtools"
packageVersion = "1.0.0"

windows {
iconFile.set(project.file("icon.ico"))
}
}
}
}
Binary file not shown.

0 comments on commit 897a14e

Please sign in to comment.