Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c1d834

Browse files
committed
fix(mpp-ui): set valid DMG package version to 1.0.5
Update packageVersion to conform to required version format for DMG builds, resolving configuration error.
1 parente2b7035 commit4c1d834

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎mpp-ui/build.gradle.kts‎

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
importorg.jetbrains.compose.desktop.application.dsl.TargetFormat
2+
13
plugins {
24
kotlin("multiplatform")
35
id("org.jetbrains.compose")
@@ -205,13 +207,9 @@ compose.desktop {
205207
mainClass="cc.unitmesh.devins.ui.MainKt"
206208

207209
nativeDistributions {
208-
targetFormats(
209-
org.jetbrains.compose.desktop.application.dsl.TargetFormat.Dmg,
210-
org.jetbrains.compose.desktop.application.dsl.TargetFormat.Msi,
211-
org.jetbrains.compose.desktop.application.dsl.TargetFormat.Deb
212-
)
210+
targetFormats(TargetFormat.Dmg,TargetFormat.Msi,TargetFormat.Deb)
213211
packageName="AutoDev Desktop"
214-
packageVersion=version.toString()
212+
packageVersion="1.0.5"
215213
description="AutoDev Desktop Application with DevIns Support"
216214
copyright="© 2024 AutoDev Team. All rights reserved."
217215
vendor="AutoDev Team"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp