Skip to content

Commit 2bdb5d8

Browse files
feat(wrapper): delete temporary tar file after extraction
This ensures the windows and *nix scripts have the same behaviour to prevent any dubious behaviour in the future
1 parent 6f6999b commit 2bdb5d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wrapper/samtw.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ if "%currentVersion%" neq "%samtVersion%" (
5050
exit /b 1
5151
)
5252

53+
del .samt\wrapper\cli.tar
54+
5355
echo %samtVersion%> .samt\wrapper\version.txt
5456
)
5557

0 commit comments

Comments
 (0)