Remove replacing assets index URL in manifest to preserve file integrity

This commit is contained in:
Jai A
2021-12-20 09:11:40 -07:00
parent 09aef18999
commit 00adf3631a
3 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "daedalus"
version = "0.1.13"
version = "0.1.14"
authors = ["Jai A <jaiagr+gpg@pm.me>"]
edition = "2018"
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "daedalus_client"
version = "0.1.13"
version = "0.1.14"
authors = ["Jai A <jaiagr+gpg@pm.me>"]
edition = "2018"

View File

@@ -75,7 +75,6 @@ pub async fn retrieve_data(uploaded_files: &mut Vec<String>) -> Result<VersionMa
Some(version_info.asset_index.sha1.clone());
cloned_manifest.versions[position].assets_index_url =
Some(format_url(&assets_path));
version_info.asset_index.url = format_url(&assets_path);
}
let mut download_assets = false;