File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1+ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
2+
13plugins {
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"
You can’t perform that action at this time.
0 commit comments