mirror of https://github.com/sbt/sbt.git
Added SBT_HOME environment variable for other windows packages.
This commit is contained in:
parent
0271bf92e2
commit
f529e2a63e
|
|
@ -205,6 +205,7 @@ object Packaging {
|
|||
<Component Id='SbtLauncherPath' Guid='17EA4092-3C70-11E1-8CD8-1BB54724019B'>
|
||||
<CreateFolder/>
|
||||
<Environment Id="PATH" Name="PATH" Value="[INSTALLDIR]" Permanent="no" Part="last" Action="set" System="yes" />
|
||||
<Environment Id="SBT_HOME" Name="SBT_HOME" Value="[INSTALLDIR]" Permanent="no" Action="set" System="yes" />
|
||||
</Component>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
|
|
|||
Loading…
Reference in New Issue