status-desktop/src/nim_status_client.nim.cfg

10 lines
148 B
INI
Raw Normal View History

2020-05-06 13:40:00 -04:00
--threads:on
2020-05-14 10:58:08 -04:00
--tlsEmulation:off
@if release:
nimcache = "nimcache/release/$projectName"
@else:
nimcache = "nimcache/debug/$projectName"
@end