Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7a02bd

Browse files
committed
Fix plugin copy path
1 parent2f0a4c5 commita7a02bd

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)

[8]ページ先頭

©2009-2025 Movatter.jp