Add ToolsRoot so Chocolatey_Bin_Root is \tools
This commit is contained in:
19
ToolsRoot/ToolsRoot.nuspec
Normal file
19
ToolsRoot/ToolsRoot.nuspec
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>toolsroot</id>
|
||||
<version>0.1.0</version>
|
||||
<title>Tools Root</title>
|
||||
<authors>Ethan J. Brown</authors>
|
||||
<owners>Ethan J. Brown</owners>
|
||||
<!--<iconUrl></iconUrl>-->
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Set's the chocolatey_bin_root environment variable to a default value of '\tools' if not already set. This allows packages such as Ruby, Python etc. to install in \tools instead of the system root.
|
||||
</description>
|
||||
<summary>Sets the chocolatey_bin_root default value to \tools.</summary>
|
||||
<tags>path</tags>
|
||||
<!--<dependencies>
|
||||
<dependency id="" version="" />
|
||||
</dependencies>-->
|
||||
</metadata>
|
||||
</package>
|
Reference in New Issue
Block a user