mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
modified build.xml to do replace version after copying to the zip folder
This commit is contained in:
parent
70a3807d05
commit
fe2f9ca391
@ -90,8 +90,8 @@
|
|||||||
<if>
|
<if>
|
||||||
<equals arg1="${os.family}" arg2="unix"/>
|
<equals arg1="${os.family}" arg2="unix"/>
|
||||||
<then>
|
<then>
|
||||||
<replaceregexp file="${basedir}/unix_setup.sh" match="TSK_VERSION=(.*)" replace="TSK_VERSION=${TSK_VERSION}" byline="true"/>
|
|
||||||
<copy file="${basedir}/unix_setup.sh" tofile="${zip-tmp}/${app.name}/unix_setup.sh"/>
|
<copy file="${basedir}/unix_setup.sh" tofile="${zip-tmp}/${app.name}/unix_setup.sh"/>
|
||||||
|
<replaceregexp file="${zip-tmp}/${app.name}/unix_setup.sh" match="TSK_VERSION=(.*)" replace="TSK_VERSION=${TSK_VERSION}" byline="true"/>
|
||||||
</then>
|
</then>
|
||||||
</if>
|
</if>
|
||||||
<if>
|
<if>
|
||||||
|
0
unix_setup.sh
Normal file → Executable file
0
unix_setup.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user