Skip to content

Commit

Permalink
Merge pull request #51 from NeoUtils/hotfix/issue-50-UnixSystem-not-f…
Browse files Browse the repository at this point in the history
…ound-crash

Release v2.2.1 - Missing UnixSystem on linux
  • Loading branch information
Irineu333 authored Nov 1, 2024
2 parents 6865947 + 3594777 commit b8d4c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ compose.desktop {

nativeDistributions {

modules("jdk.security.auth")

targetFormats(
TargetFormat.Exe,
TargetFormat.Rpm,
Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/extension/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val config = Config(
version = Config.Version(
major = 2,
minor = 2,
patch = 0,
patch = 1,
phase = Config.Phase.RELEASE
),
android = Config.Android(
Expand Down

0 comments on commit b8d4c6e

Please sign in to comment.