Skip to content

Commit 8783574

Browse files
fix: path of debug_index.html
1 parent e648091 commit 8783574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ fn main() {
10141014

10151015
#[cfg(debug_assertions)]
10161016
frame.load_html(
1017-
read_to_string_bom(Path::new("./src/celemod-ui/debug_index.html"))
1017+
read_to_string_bom(Path::new("../../src/celemod-ui/debug_index.html"))
10181018
.unwrap()
10191019
.as_bytes(),
10201020
Some("app://index.html"),

0 commit comments

Comments
 (0)