update Project name

This commit is contained in:
Aria Moradi
2021-08-09 01:27:09 +04:30
parent 70402a6d3a
commit 44e3a682fd

View File

@@ -1,4 +1,4 @@
rootProject.name = System.getenv("ProductName") ?: "Tachidesk"
rootProject.name = System.getenv("ProductName") ?: "Tachidesk-Server"
include("server")