Skip to content

Commit

Permalink
Substitute installation path in conda.bat file for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
semabtariq1 committed Sep 26, 2019
1 parent 195d093 commit 0ee4c2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 2UDA.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,22 @@ ${msg(existing.upgraded)}</explanation>
</substitutionList>
</substitute>

<substitute>
<files>${installdir}${slash}Orange3${slash}Scripts${slash}conda.bat</files>
<type>exact</type>
<ruleList>
<platformTest>
<type>windows</type>
</platformTest>
</ruleList>
<substitutionList>
<substitution>
<pattern>_INSTALLATIONPATH_</pattern>
<value>${installdir}</value>
</substitution>
</substitutionList>
</substitute>

</postInstallationActionList>

</component>
Expand Down

0 comments on commit 0ee4c2a

Please sign in to comment.