Skip to content

Commit

Permalink
Build config and bash script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo Yunhe committed Sep 6, 2015
1 parent 8996bad commit aa17423
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,11 @@
nbproject/build-impl.xml file.
-->
<target name="-post-jar">
<copy file="LICENSE" flatten="true" todir="${dist.dir}"/>
<copy file="README.md" flatten="true" todir="${dist.dir}"/>
<copy file="start.sh" flatten="true" todir="${dist.dir}"/>
<chmod file="${dist.dir}/start.sh" perm="ugo+rx"/>
<delete file="${dist.dir}/README.TXT"/>
</target>
</project>
4 changes: 3 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
java -jar "font-config-master.jar"
#!/bin/bash

java -jar "fontweak.jar"

0 comments on commit aa17423

Please sign in to comment.