From 67e8bfe0e6f107909c1412bd28c14eb9be79e391 Mon Sep 17 00:00:00 2001 From: kytv Date: Wed, 3 Aug 2011 23:24:45 +0000 Subject: [PATCH] Selectively install files depending upon the OS. - Only install the .exe and .ico if installed in windows. - Only install the .jar and .png if installed in *NIX. --- installer/install.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/installer/install.xml b/installer/install.xml index 8ec09fc40..a3225f5df 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -16,6 +16,8 @@ + @@ -54,6 +56,7 @@ + @@ -68,7 +71,12 @@ The easy I2P UI - + + + + + +