We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1084453 commit 2b355b7Copy full SHA for 2b355b7
src/archive.rs
@@ -182,7 +182,7 @@ fn base_dir_from_aix(archive: ZipArchive<File>) -> PathBuf {
182
let ext_props_path = archive
183
.file_names()
184
.into_iter()
185
- .find(|x| x.ends_with(".properties"))
+ .find(|x| x.ends_with("classes.jar"))
186
.unwrap();
187
188
Path::new(ext_props_path).parent().unwrap().to_owned()
0 commit comments