[F] Fix path
This commit is contained in:
parent
4ac698817d
commit
6a80928f10
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use std::collections::HashMap;
|
|||
use std::fs::{self, File};
|
||||
use std::io::{Read, Write};
|
||||
|
||||
const FONT_LOGOS: &str = include_str!(concat!(env!("OUT_DIR"), "/data/font_logos.json"));
|
||||
const FONT_LOGOS: &str = include_str!(concat!(env!("OUT_DIR"), "/font_logos.json"));
|
||||
|
||||
pub fn get_font_logo(backend: Backend) -> Result<String> {
|
||||
// Check if the cache file exists and return its contents if it does
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue