Skip to content

Commit 897a14e

Browse files
Try adding a new icon
1 parent 4c0049a commit 897a14e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ https://github.com/ThomasBernard03/AndroidTools/assets/67638928/eb3b4248-d17e-4a
6868

6969
```shell
7070
./gradlew packageDmg
71+
./gradlew packageExe
7172
```

composeApp/build.gradle.kts

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ compose.desktop {
5555
mainClass = "fr.thomasbernard03.androidtools.MainKt"
5656

5757
nativeDistributions {
58-
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
58+
targetFormats(TargetFormat.Dmg, TargetFormat.Exe, TargetFormat.Deb)
5959
packageName = "fr.thomasbernard03.androidtools"
6060
packageVersion = "1.0.0"
61+
62+
windows {
63+
iconFile.set(project.file("icon.ico"))
64+
}
6165
}
6266
}
6367
}
Binary file not shown.

0 commit comments

Comments
 (0)