Skip to content

Commit 6e99b8f

Browse files
author
Anand
committed
Changed webInstall to be able to overwrite old toolboxes
1 parent 85fe6d8 commit 6e99b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebInstall.m

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
Print["Download Complete!"];
4646

4747
(* Extract files *)
48+
Quiet@DeleteFile[FileNameJoin[{directory,"pax_global_header"}]];
4849
Print["Please wait. Extracting Files..."];
4950
task2=ExtractArchive[fileName,directory];
5051
WaitAsynchronousTask[task2];

0 commit comments

Comments
 (0)