nu@0.16.0: Fix extraction (#1233)

This commit is contained in:
Martin Mauch 2020-07-01 11:46:39 +02:00 committed by GitHub
parent 4f7e4cd92b
commit cedc18d308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
} }
} }
} }