Chore: rename flavor 'open' to 'foss'

This commit is contained in:
kr328
2021-05-16 17:55:47 +08:00
parent b470dcc252
commit 45ab647c67
10 changed files with 27 additions and 15 deletions

View File

@@ -13,5 +13,5 @@ val Project.buildFlavor: String
return if (project(":core").file("src/main/golang/clash/script/script.go").exists())
"premium"
else
"open"
"foss"
}