Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0a4c5 commit a7a02bdCopy full SHA for a7a02bd
build.gradle.kts
@@ -70,7 +70,7 @@ val copyPlugin by tasks.creating(Sync::class.java) {
70
SystemInfoRt.isLinux -> System.getenv("XDG_DATA_HOME")?.let { Path.of(it) } ?: (userHome / ".local" / "share")
71
SystemInfoRt.isMac -> userHome / "Library" / "Caches"
72
else -> error("Unknown os")
73
- } / "JetBrains" / "Toolbox-Dev"
+ } / "JetBrains" / "Toolbox"
74
75
val pluginsDir = when {
76
SystemInfoRt.isWindows -> toolboxCachesDir / "cache"
0 commit comments