Skip to content

Commit

Permalink
add version to build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Feb 18, 2024
1 parent ac4e8ea commit 139727a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ CORS_SCHEME=http

CLIENT_HOST=localhost
CLIENT_PROTOCOL=http

VERSION=1.0.0
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ android {
compose {
desktop.application {
mainClass = "MainKt"
version = env.VERSION.value

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "shin"
packageVersion = "1.0.0"
modules("java.net.http")

windows {
Expand Down

0 comments on commit 139727a

Please sign in to comment.