make windows package with packr

This commit is contained in:
Aria Moradi
2021-05-17 11:20:24 +04:30
parent 104c5a8d83
commit 9c55fc3868
8 changed files with 98 additions and 90 deletions
@@ -21,7 +21,7 @@ class ServerConfig(config: Config) : ConfigModule(config) {
val socksProxyPort: String by config
// misc
val debugLogsEnabled: Boolean by config
val debugLogsEnabled: Boolean = System.getProperty("ir.armor.tachidesk.debugLogsEnabled", config.getString("debugLogsEnabled")).toBoolean()
val systemTrayEnabled: Boolean by config
val initialOpenInBrowserEnabled: Boolean by config