Search/Replace for dragonx

This commit is contained in:
fekt
2024-04-10 20:06:11 -04:00
parent 2425b2b361
commit 74c901a945
12 changed files with 83 additions and 96 deletions

View File

@@ -4,7 +4,7 @@ use std::sync::mpsc::{channel, Sender, Receiver};
use log::{info, error};
use silentdragonlitelib::{commands,
use silentdragonxlitelib::{commands,
lightclient::{LightClient, LightClientConfig},
};
@@ -69,11 +69,11 @@ pub fn report_permission_error() {
eprintln!("HOME: {}", home);
eprintln!("Executable: {}", current_executable.display());
if home == "/" {
eprintln!("User {} must have permission to write to '{}.silentdragonlite/' .",
eprintln!("User {} must have permission to write to '{}.silentdragonxlite/' .",
user,
home);
} else {
eprintln!("User {} must have permission to write to '{}/.silentdragonlite/' .",
eprintln!("User {} must have permission to write to '{}/.silentdragonxlite/' .",
user,
home);
}