Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7a02bd

Browse files
committed
Fix plugin copy path
1 parent 2f0a4c5 commit a7a02bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ val copyPlugin by tasks.creating(Sync::class.java) {
7070
SystemInfoRt.isLinux -> System.getenv("XDG_DATA_HOME")?.let { Path.of(it) } ?: (userHome / ".local" / "share")
7171
SystemInfoRt.isMac -> userHome / "Library" / "Caches"
7272
else -> error("Unknown os")
73-
} / "JetBrains" / "Toolbox-Dev"
73+
} / "JetBrains" / "Toolbox"
7474

7575
val pluginsDir = when {
7676
SystemInfoRt.isWindows -> toolboxCachesDir / "cache"

0 commit comments

Comments
 (0)