Skip to content

Commit

Permalink
fix: change default chrome download path
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhra264 committed Aug 5, 2024
1 parent 725e28c commit 08ef44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub struct Chrome {
pub chrome_path: String,
#[env_config(name = "ZO_CHROME_CHECK_DEFAULT_PATH", default = true)]
pub chrome_check_default: bool,
#[env_config(name = "ZO_CHROME_DOWNLOAD_PATH", default = "./download")]
#[env_config(name = "ZO_CHROME_DOWNLOAD_PATH", default = "./data/download")]
pub chrome_download_path: String,
#[env_config(name = "ZO_CHROME_NO_SANDBOX", default = false)]
pub chrome_no_sandbox: bool,
Expand Down

0 comments on commit 08ef44a

Please sign in to comment.