Skip to content

Commit

Permalink
Mark vlcj libs and plugins as excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Aug 6, 2024
1 parent f07bd4a commit e7ac51f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,14 @@ if (enableAnitorrent) {
// IDE 会识别这个格式并给出明显提示
logger.warn("w:: Anitorrent 没有启用. PC 构建将不支持 BT 功能. Android 不受影响. 可阅读 $readmeFile 了解如何启用")
}


idea {
module {
excludeDirs.add(file("appResources/macos-x64/lib"))
excludeDirs.add(file("appResources/macos-x64/plugins"))
excludeDirs.add(file("appResources/macos-arm64/lib"))
excludeDirs.add(file("appResources/macos-arm64/plugins"))
excludeDirs.add(file("appResources/windows-x64/lib"))
}
}

0 comments on commit e7ac51f

Please sign in to comment.