fix dir creation, change .log path

This commit is contained in:
DenioD
2019-11-01 16:27:33 +01:00
parent 7668cecba4
commit 1df1f9c3e0
8 changed files with 74 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ use std::ffi::{CStr, CString};
use std::sync::{Mutex, Arc};
use std::cell::RefCell;
use silentdragonlitelib::{commands, lightclient::{LightClient, LightClientConfig}};
// We'll use a MUTEX to store a global lightclient instance,