mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
nu@0.16.0: Fix extraction (#1233)
This commit is contained in:
parent
4f7e4cd92b
commit
cedc18d308
@ -7,7 +7,7 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/nushell/nushell/releases/download/0.16.0/nu_0_16_0_windows.zip",
|
"url": "https://github.com/nushell/nushell/releases/download/0.16.0/nu_0_16_0_windows.zip",
|
||||||
"hash": "ff714aa202eb5e59dc234b2376f7464fddf0dbb6928c5cab8353aad15bd48cce",
|
"hash": "ff714aa202eb5e59dc234b2376f7464fddf0dbb6928c5cab8353aad15bd48cce",
|
||||||
"extract_dir": "nu_0_16_0_windows\\nushell_0_16_0"
|
"extract_dir": "nu_0_16_0_windows\\nushell-0.16.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/nushell/nushell/releases/download/$version/nu_$underscoreVersion_windows.zip",
|
"url": "https://github.com/nushell/nushell/releases/download/$version/nu_$underscoreVersion_windows.zip",
|
||||||
"extract_dir": "nu_$underscoreVersion_windows\\nushell_$underscoreVersion"
|
"extract_dir": "nu_$underscoreVersion_windows\\nushell-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user