aboutsummaryrefslogtreecommitdiffstats
path: root/web-start
diff options
context:
space:
mode:
authorDaniel Pocock <daniel@pocock.pro>2014-08-04 15:37:34 +0200
committerDaniel Pocock <daniel@pocock.pro>2014-08-13 13:51:27 +0200
commit4829b462dc275fca5f0c2411a75049c076647489 (patch)
treec5b36d6460b8ce80aff2dcddf2d1c6bf6df4f1b3 /web-start
parent0e9f1e6bcfab08b12cb4383a40faac3636cee8da (diff)
downloadjitsi-4829b462dc275fca5f0c2411a75049c076647489.zip
jitsi-4829b462dc275fca5f0c2411a75049c076647489.tar.gz
jitsi-4829b462dc275fca5f0c2411a75049c076647489.tar.bz2
JNLP file: add more Linux arch names
Diffstat (limited to 'web-start')
-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">