We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5fec8 commit 5f6c919Copy full SHA for 5f6c919
build.rs
@@ -18,6 +18,6 @@ fn main() {
18
zip_archive.extract(&location).expect("Zip extraction failed");
19
20
// 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")
+ std::fs::remove_dir_all("NVDA-addon/addon/globalPlugins/MathCAT/Rules/Languages/zz")
22
.expect("Failed to remove directory 'NVDA-addon/addon/globalPlugins/MathCAT/Rules/zz'");
23
}
0 commit comments