nu@0.38.0: Remove pre_install (#2256)

This commit is contained in:
Tiffany Bennett 2021-10-19 00:34:29 -07:00 committed by GitHub
parent deda20224e
commit 4d72cf33ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,7 @@
"extract_dir": "nu_0_38_0_windows\\nushell-0.38.0" "extract_dir": "nu_0_38_0_windows\\nushell-0.38.0"
} }
}, },
"pre_install": [
"ensure \"$dir\\Plugins\" | Out-Null",
"Move-Item \"$dir\\nu_plugin_*\" \"$dir\\Plugins\""
],
"bin": "nu.exe", "bin": "nu.exe",
"env_add_path": "Plugins",
"checkver": { "checkver": {
"github": "https://github.com/nushell/nushell" "github": "https://github.com/nushell/nushell"
}, },