Skip to content

Commit

Permalink
Add jna
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Sep 8, 2024
1 parent e5608a6 commit f3b7f8c
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,4 @@
<target name="sign" description="Signs the distribution project jar">
<signjar keystore="${dir.jares}/trust/X509" storepass="spasspass" alias="mykey" jar="${dir.dist}/dayon.jar" tsaurl="http://timestamp.sectigo.com"/>
</target>

<target name="tar" description="Creates a gzipped tar archive of the distribution for Linux">
<copy todir="${dir.dist}/tar/dayon">
<fileset dir="${dir.dist}">
<exclude name="jre/"/>
<exclude name="jrex/"/>
</fileset>
</copy>
<tar destfile="${dir.dist}/dayon.${version}.tgz" longfile="gnu" compression="gzip">
<tarfileset dir="${dir.dist}/tar">
<include name="**/*"/>
<exclude name="**/*.sh"/>
<exclude name="**/favicon.ico"/>
</tarfileset>
<tarfileset dir="${dir.dist}/tar" filemode="755">
<include name="**/dayon.sh"/>
<include name="**/dayon_assistant.sh"/>
<include name="**/dayon_assisted.sh"/>
<include name="**/setup.sh"/>
</tarfileset>
</tar>
<delete dir="${dir.dist}/tar"/>
</target>
</project>
</project>

0 comments on commit f3b7f8c

Please sign in to comment.