mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
azure-developer-cli@1.17.2: Fix scirpt for powershell 5.x
This commit is contained in:
parent
50e19d8e5d
commit
acce70c4ff
@ -18,7 +18,7 @@
|
||||
"hash": "e2ccee624eea3a7eeea3163c60acd7fa897eaa0b2a5f4fa53f1dcbe0d799fffe"
|
||||
}
|
||||
},
|
||||
"pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",
|
||||
"pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",
|
||||
"bin": "azd.exe",
|
||||
"post_uninstall": [
|
||||
"if ($purge) {",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user