Skip to content

Commit 31768fa

Browse files
committed
Upgrade pinpit plugin to 0.2.0 and fix build.gradle.kts to keep working
1 parent 5beec58 commit 31768fa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

desktop/build.gradle.kts

+1-3
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@ pinpit.desktop {
7878
}
7979
windows {
8080
dirChooser = true
81-
perUserInstall = true
8281
shortcut = true
83-
menu = true
84-
menuGroup = "pinpit"
82+
menuGroup = "Mobanisto"
8583
upgradeUuid = "CB418F88-237B-45A0-93DD-6D158443A020"
8684
packageVersion = versionCode
8785
iconFile.set(project.file("src/main/packaging/windows/lanchat.ico"))

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ kotlin.code.style=official
77
kotlin.version=1.7.20
88
agp.version=7.2.0
99
compose.version=1.2.1
10-
pinpit.version=0.1.0
10+
pinpit.version=0.2.0

0 commit comments

Comments
 (0)