- improve linux .deb installer creation
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8525 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
cf18f48182
commit
d81cb1f812
@ -284,11 +284,11 @@
|
|||||||
<globmapper from="${app.name}/*" to="*"/>
|
<globmapper from="${app.name}/*" to="*"/>
|
||||||
</unzip>
|
</unzip>
|
||||||
<desktopentry
|
<desktopentry
|
||||||
toFile="build/jmonkeyengine.desktop"
|
toFile="build/${app.name}.desktop"
|
||||||
name="jMonkeyEngine3 GDE"
|
name="${app.title}"
|
||||||
comment="jMonkeyEngine3 Game Development Environment"
|
comment="${app.title}"
|
||||||
exec="/opt/${app.name}/bin/${app.name}"
|
exec="/opt/${app.name}/bin/${app.name}"
|
||||||
icon="/opt/${app.name}/jmonkeyengine.png"
|
icon="/opt/${app.name}/${app.name}.png"
|
||||||
categories="Development;Java"
|
categories="Development;Java"
|
||||||
/>
|
/>
|
||||||
<deb toDir="dist"
|
<deb toDir="dist"
|
||||||
@ -306,13 +306,13 @@
|
|||||||
<tarfileset dir="dist/${app.name}/bin" prefix="opt/${app.name}/bin" filemode="755">
|
<tarfileset dir="dist/${app.name}/bin" prefix="opt/${app.name}/bin" filemode="755">
|
||||||
<exclude name="*.exe"/>
|
<exclude name="*.exe"/>
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
<tarfileset file="build/jmonkeyengine.desktop" prefix="usr/share/applications"/>
|
<tarfileset file="build/${app.name}.desktop" prefix="usr/share/applications"/>
|
||||||
<tarfileset file="jmonkeyengine.png" prefix="opt/${app.name}"/>
|
<tarfileset file="${app.name}.png" prefix="opt/${app.name}"/>
|
||||||
<description synopsis="jMonkeyEngine3 Game Development Environment is a complete solution for Java OpenGL game development.">
|
<description synopsis="jMonkeyEngine3 SDK is a complete solution for Java OpenGL game development.">
|
||||||
jMonkeyEngine 3 was rebuilt from the ground up to be a modern 3D game engine,
|
jMonkeyEngine 3 was rebuilt from the ground up to be a modern 3D game engine,
|
||||||
compatible with OpenGL 2.0 and above.
|
compatible with OpenGL 2.0 and above.
|
||||||
Its architecture is shader-based, making it fully capable of current and
|
Its architecture is shader-based, making it fully capable of current and
|
||||||
next generation graphics standards. The jMonkeyPlatform gives you a complete IDE
|
next generation graphics standards. The jMonkeyEngine SDK gives you a complete IDE
|
||||||
for coding and for managing and creating game assets.
|
for coding and for managing and creating game assets.
|
||||||
</description>
|
</description>
|
||||||
</deb>
|
</deb>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user