Skip to content

Commit 0ee4c2a

Browse files
committed
Substitute installation path in conda.bat file for Windows
1 parent 195d093 commit 0ee4c2a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

2UDA.xml.in

+16
Original file line numberDiff line numberDiff line change
@@ -1861,6 +1861,22 @@ ${msg(existing.upgraded)}</explanation>
18611861
</substitutionList>
18621862
</substitute>
18631863

1864+
<substitute>
1865+
<files>${installdir}${slash}Orange3${slash}Scripts${slash}conda.bat</files>
1866+
<type>exact</type>
1867+
<ruleList>
1868+
<platformTest>
1869+
<type>windows</type>
1870+
</platformTest>
1871+
</ruleList>
1872+
<substitutionList>
1873+
<substitution>
1874+
<pattern>_INSTALLATIONPATH_</pattern>
1875+
<value>${installdir}</value>
1876+
</substitution>
1877+
</substitutionList>
1878+
</substitute>
1879+
18641880
</postInstallationActionList>
18651881

18661882
</component>

0 commit comments

Comments
 (0)