mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
git-filter-repo: Fix bug for Windows PowerShell (#6592)
This commit is contained in:
parent
f403654f1f
commit
222c97f414
@ -11,7 +11,8 @@
|
||||
"hash": "8f3d099bf91ceac6cae60d79aac701e9bc08fd0eed67c601cc5dd401d5788871",
|
||||
"installer": {
|
||||
"script": [
|
||||
"Expand-ZipArchive -Path \"$dir\\dl.zip_\" -DestinationPath \"$dir\" -Removal",
|
||||
"Rename-Item -Path \"$dir\\dl.zip_\" -NewName dl.zip",
|
||||
"Expand-ZipArchive -Path \"$dir\\dl.zip\" -DestinationPath \"$dir\" -Removal",
|
||||
"Move-Item \"$dir\\git-filter-repo-*\\*\" \"$dir\"; Remove-Item \"$dir\\git-filter-repo-*\""
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user