add build flexiblity for Equinox

This commit is contained in:
Aria Moradi
2021-06-06 02:48:26 +04:30
parent bace854b50
commit 857562eaff
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
rootProject.name = "Tachidesk"
rootProject.name = System.getenv("ProductName") ?: "Tachidesk"
include("server")