ci: Fix Linux CI Script

This commit is contained in:
MystiPanda
2023-12-07 15:57:53 +08:00
parent 1fcc74c658
commit 2292b107dc
7 changed files with 9 additions and 91 deletions

View File

@@ -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