diff --git a/bucket/nu.json b/bucket/nu.json index ced1d17d62..5422db1246 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -7,7 +7,7 @@ "64bit": { "url": "https://github.com/nushell/nushell/releases/download/0.16.0/nu_0_16_0_windows.zip", "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": [ @@ -23,7 +23,7 @@ "architecture": { "64bit": { "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" } } }