Revert "Add GNUtar as default in windows"

This commit is contained in:
Sampark Sharma
2022-11-17 12:26:27 +05:30
committed by GitHub
parent e4c071ba19
commit 86102e88e9
4 changed files with 44 additions and 58 deletions
-3
View File
@@ -21,6 +21,3 @@ export const DefaultRetryDelay = 5000
// over the socket during this period, the socket is destroyed and the download
// is aborted.
export const SocketTimeout = 5000
// The default path of GNUtar on hosted Windows runners
export const GnuTarPathOnWindows = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe`