mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed ant error.
This commit is contained in:
parent
a713b75db7
commit
decd0840de
@ -183,10 +183,11 @@
|
||||
</target>
|
||||
|
||||
<target name="add-ai-jre" description="Adds JRE to Advanced Installer project">
|
||||
<var name="new-jre-path" value="${inst-path}/jre"/>
|
||||
<var name="new-jre-path" value="${inst-path}\jre"/>
|
||||
<mkdir dir="${new-jre-path}"/>
|
||||
<copy todir="${new-jre-path}" >
|
||||
<fileset dir=""${jre-path}"">
|
||||
<fileset dir="${jre-path}">
|
||||
<include name="**/*"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<echo message="${ai-exe-path}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user