mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
ci: Fix Linux CI Script
This commit is contained in:
@@ -62,8 +62,8 @@ pub fn app_home_dir() -> Result<PathBuf> {
|
||||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
Ok(data_dir()
|
||||
.ok_or(anyhow::anyhow!("failed to get the app home dir"))?
|
||||
.join("io.github.clash_verge_rev.clash_verge_rev"))
|
||||
.ok_or(anyhow::anyhow!("failed to get app home dir"))?
|
||||
.join(APP_ID))
|
||||
}
|
||||
|
||||
/// get the resources dir
|
||||
|
||||
Reference in New Issue
Block a user