renamed main_icon.png to icon.png
This commit is contained in:
parent
8919d0d83e
commit
eaf4b8cb2b
|
@ -1,6 +1,6 @@
|
|||
/target
|
||||
Cargo.lock
|
||||
test_server/*
|
||||
main_icon.png
|
||||
icon.png
|
||||
motd.json
|
||||
whitelist.json
|
||||
|
|
|
@ -115,7 +115,7 @@ fn motd() -> String {
|
|||
}
|
||||
|
||||
fn favicon() -> Option<String> {
|
||||
let file_path = "./main_icon.png";
|
||||
let file_path = "./icon.png";
|
||||
|
||||
let mut file = match File::open(file_path) {
|
||||
Ok(file) => file,
|
||||
|
|
Loading…
Reference in New Issue