mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 14:22:00 +00:00
Create limelight.jar instead of limelight-pi.jar
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
<target name="dist" depends="build">
|
<target name="dist" depends="build">
|
||||||
<!-- construct one-jar file -->
|
<!-- construct one-jar file -->
|
||||||
<one-jar destfile="${build.dir}/limelight-pi.jar">
|
<one-jar destfile="${build.dir}/limelight.jar">
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="One-Jar-Main-Class" value="com.limelight.Limelight"/>
|
<attribute name="One-Jar-Main-Class" value="com.limelight.Limelight"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
Reference in New Issue
Block a user