Create limelight.jar instead of limelight-pi.jar

This commit is contained in:
Iwan Timmer
2014-12-14 14:58:14 +01:00
parent b150e0843c
commit 20ae82e4b0

View File

@@ -90,7 +90,7 @@
<target name="dist" depends="build">
<!-- construct one-jar file -->
<one-jar destfile="${build.dir}/limelight-pi.jar">
<one-jar destfile="${build.dir}/limelight.jar">
<manifest>
<attribute name="One-Jar-Main-Class" value="com.limelight.Limelight"/>
</manifest>