Skip to content

Commit baa18f9

Browse files
authored
Merge pull request #1323 from DimensionDev/feature/windows_ipc
add windows ipc intergration
2 parents 5865640 + 3b89d56 commit baa18f9

File tree

73 files changed

+1433
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1433
-23
lines changed

desktopApp/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ compose.desktop {
4747
mainClass = "dev.dimension.flare.MainKt"
4848

4949
nativeDistributions {
50-
targetFormats(TargetFormat.Pkg)
50+
targetFormats(TargetFormat.Pkg, TargetFormat.Exe)
5151
packageName = "Flare"
5252
packageVersion = "1.0.1"
5353
macOS {
@@ -82,6 +82,9 @@ compose.desktop {
8282

8383
iconFile.set(project.file("resources/ic_launcher.icns"))
8484
}
85+
windows {
86+
iconFile.set(project.file("resources/ic_launcher.ico"))
87+
}
8588
linux {
8689
modules("jdk.security.auth")
8790
}

0 commit comments

Comments
 (0)