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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy