We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195d093 commit 0ee4c2aCopy full SHA for 0ee4c2a
2UDA.xml.in
@@ -1861,6 +1861,22 @@ ${msg(existing.upgraded)}</explanation>
1861
</substitutionList>
1862
</substitute>
1863
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
+
1880
</postInstallationActionList>
1881
1882
</component>
0 commit comments