Skip to content
Snippets Groups Projects
Commit 3920f338 authored by kr328's avatar kr328
Browse files

Chore: filter out premium build if unavailable

parent 25652318
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,11 @@ subprojects { ...@@ -149,6 +149,11 @@ subprojects {
} }
} }
variantFilter {
ignore = name.startsWith("premium") && !project(":core")
.file("src/premium/golang/clash/go.mod").exists()
}
if (isApp) { if (isApp) {
this as AppExtension this as AppExtension
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment