Skip to content

Commit

Permalink
to home
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Sep 19, 2024
1 parent cb98e99 commit 385c7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ lazy_static! {
// The contents of the default public directory are included in the binary. The first time
// the default directory is used, if ever, we extract them to a directory on the host file
// system and return the path to that directory.
let path = PathBuf::from("/tmp/tide-disco/public/media");
let path = PathBuf::from("$HOME/tide-disco/public/media");
// If the path already exists, move it aside so we can update it.
let _ = fs::rename(&path, path.with_extension("old"));
DEFAULT_PUBLIC_DIR.extract(&path).unwrap();
Expand Down

0 comments on commit 385c7ba

Please sign in to comment.