Add GNUtar as default on windows

This commit is contained in:
Sampark Sharma
2022-11-17 07:26:52 +00:00
committed by GitHub
parent 819157bf87
commit 6f7397feb6
4 changed files with 61 additions and 47 deletions
+3
View File
@@ -21,3 +21,6 @@ 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`