Skip to content

Commit 4c6fb63

Browse files
committed
removed code that deletes zz test dir -- zz test dir is no longer in the zip file
1 parent b637ac8 commit 4c6fb63

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@ fn main() {
1313

1414
let mut zip_archive = ZipArchive::new(archive).unwrap();
1515
zip_archive.extract(&location).expect("Zip extraction failed");
16-
17-
// the test dir 'zz' doesn't need to be part of the addon
18-
let mut zz_dir = location.clone();
19-
zz_dir.push("Rules/Languages/zz");
20-
std::fs::remove_dir_all(&zz_dir)
21-
.expect(&format!("Failed to remove directory {}", zz_dir.to_str().unwrap()));
2216
}

0 commit comments

Comments
 (0)