This commit is contained in:
Greg DiCristofaro 2020-06-16 15:48:18 -04:00
parent fa8f6db5a1
commit 10ad4b9739

View File

@ -44,7 +44,7 @@
<!-- Where photo rec is installed within installer --> <!-- Where photo rec is installed within installer -->
<var name="photorec-rel-path" value="${app.name}\photorec_exec"/> <var name="photorec-rel-path" value="${app.name}\photorec_exec"/>
<!-- Where the photo rec build folder is placed in the dist folder currently --> <!-- Where the photo rec build folder is placed in the dist folder currently -->
<var name="photorec-inst-path" value="${inst-path}\photorec_exec"/> <var name="photorec-inst-path" value="${inst-path}\${app.name}\photorec_exec"/>
</target> </target>
<target name="autoAIPath" description="Attempt to find the AI path based on standard installation location"> <target name="autoAIPath" description="Attempt to find the AI path based on standard installation location">