mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-07 23:44:07 +00:00
Updates for webstart scripts
This commit is contained in:
parent
e2d5fc8e24
commit
8af1163d0c
2 changed files with 41 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
<target name="dist" depends="init" description="Build the distribution file for this system">
|
||||
<iterate target="all"/>
|
||||
<mkdir dir="dist"/>
|
||||
<jar jarfile="dist/jinput.jar" compress="true">
|
||||
<jar jarfile="dist/jinput.jar" compress="true" duplicate="preserve">
|
||||
<fileset dir="coreAPI/classes">
|
||||
<include name="**/*.class"/>
|
||||
<exclude name="**/test/*.class"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue