aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web-start/client.jnlp_template6
1 files changed, 6 insertions, 0 deletions
diff --git a/web-start/client.jnlp_template b/web-start/client.jnlp_template
index b58519f..333e8d9 100644
--- a/web-start/client.jnlp_template
+++ b/web-start/client.jnlp_template
@@ -64,11 +64,17 @@
<resources os="Linux" arch="i386">
<nativelib href="native/linux.jar"/>
</resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href="native/linux.jar"/>
+ </resources>
<!-- Linux 64 bit -->
<resources os="Linux" arch="amd64">
<nativelib href="native/linux-64.jar"/>
</resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href="native/linux-64.jar"/>
+ </resources>
<!-- Mac -->
<resources os="Mac OS X">