aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/windows
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2007-01-25 14:49:44 +0000
committerDamian Minkov <damencho@jitsi.org>2007-01-25 14:49:44 +0000
commit9d840dfcd1a174b1cceb0804e71143657d7696b5 (patch)
treece79099919bb8940a72a677b4873d90e5f44cd90 /resources/install/windows
parent34ee7842cc9661be2f1c05a983720a58fad9388f (diff)
downloadjitsi-9d840dfcd1a174b1cceb0804e71143657d7696b5.zip
jitsi-9d840dfcd1a174b1cceb0804e71143657d7696b5.tar.gz
jitsi-9d840dfcd1a174b1cceb0804e71143657d7696b5.tar.bz2
fixed wrong os-specific dir name
Diffstat (limited to 'resources/install/windows')
-rwxr-xr-xresources/install/windows/installer-windows.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/install/windows/installer-windows.xml b/resources/install/windows/installer-windows.xml
index 83a63d9..a11ea92 100755
--- a/resources/install/windows/installer-windows.xml
+++ b/resources/install/windows/installer-windows.xml
@@ -44,7 +44,7 @@
<file targetdir="$INSTALL_PATH/lib" src="lib/kxml-min.jar" override="true"/>
<file targetdir="$INSTALL_PATH/lib" src="lib/felix.jar" override="true"/>
<file targetdir="$INSTALL_PATH/lib" src="lib/servicebinder.jar" override="true"/>
- <fileset targetdir="$INSTALL_PATH/lib" dir="os-specific/windows" override="true">
+ <fileset targetdir="$INSTALL_PATH/lib" dir="lib/os-specific/windows" override="true">
<include name="*.jar"/>
<exclude name="jmf.jar"/>
<exclude name="sound.jar"/>