Content deleted Content added
imported>Hendrik Brummermann |
|
| (38 intermediate revisions by 4 users not shown) |
|
WhenIf you are packing the Stendhal client for a Linux distribution, consider to just packinclude a start-menu entry to the webstarterwebstart-client and the required java dependencies: <nowiki>javaws http://arianne.sf.net/jws/stendhal.jnlp</nowiki> for the general client or <nowiki>https://stendhalgame.org/account/mycharacters.html</nowiki> for a client specific to the official server. This way you comply with the distribution policies that you need to recompile the code (there is no code in the package). andBut stillthe don'tclient will automatically get our updates and people will not get angry at youryou versionor gettingus because it is out of date regularlycompared because you broketo the official updateserver. We do put a lot of effort into supporting old clients, but there are often minor glitches.
=== Creating an automatic updater (U7) ===
* Export the certificate to a file in stendhal/src/games/stendhal/client/update and adjust the variables in the "Automatic Updates" section
* Create a file build.ant-private.properties in the stendhal root folder with twothree entries: keystore.alias, keystore.update-alias and keystore.password. The first two variables should be the same.
* Make sure you never ever give keystore.ks or the build.ant-private.properties away
|