Skip to content

Commit 5f6c919

Browse files
committed
Modified to remove new location of zz dir
1 parent dd5fec8 commit 5f6c919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)