mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Move to GitHub
This commit is contained in:
parent
a5ce3aaea6
commit
43569f1990
@ -113,9 +113,8 @@
|
|||||||
<!-- main jar -->
|
<!-- main jar -->
|
||||||
<jar destfile="${dir.dist}/filebot.jar">
|
<jar destfile="${dir.dist}/filebot.jar">
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Built-By" value="${user.name}" />
|
<attribute name="Build-Date" value="${tstamp.date}" />
|
||||||
<attribute name="Built-Date" value="${tstamp.date}" />
|
<attribute name="Build-Revision" value="${revision}" />
|
||||||
<attribute name="Built-Revision" value="${revision}" />
|
|
||||||
<attribute name="Application-Name" value="${title}" />
|
<attribute name="Application-Name" value="${title}" />
|
||||||
<attribute name="Application-Version" value="${version}" />
|
<attribute name="Application-Version" value="${version}" />
|
||||||
<attribute name="Main-Class" value="net.filebot.Main" />
|
<attribute name="Main-Class" value="net.filebot.Main" />
|
||||||
@ -850,6 +849,9 @@
|
|||||||
|
|
||||||
|
|
||||||
<target name="update">
|
<target name="update">
|
||||||
|
<exec executable="git" failonerror="true">
|
||||||
|
<arg line="git reset --hard" />
|
||||||
|
</exec>
|
||||||
<exec executable="git" failonerror="true">
|
<exec executable="git" failonerror="true">
|
||||||
<arg line="pull" />
|
<arg line="pull" />
|
||||||
</exec>
|
</exec>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user