Skip to content

Commit 1b60589

Browse files
committed
2 parents 689cf9c + 73c5f11 commit 1b60589

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
5.04 KB
Loading

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ fn main() {
1818
zip_archive.extract(&location).expect("Zip extraction failed");
1919

2020
// the test dir 'zz' doesn't need to be part of the addon
21-
std::fs::remove_dir_all("NVDA-addon/addon/globalPlugins/MathCAT/Rules/zz")
21+
std::fs::remove_dir_all("NVDA-addon/addon/globalPlugins/MathCAT/Rules/Languages/zz")
2222
.expect("Failed to remove directory 'NVDA-addon/addon/globalPlugins/MathCAT/Rules/zz'");
2323
}

0 commit comments

Comments
 (0)