update to 2.1.3

tags/wpkg-vlc-2.2.6-0.beta1 2.1.3_el5
Daniel Berteaud 11 years ago
parent ad11fc0539
commit d33cc9e175
  1. 6
      packages/vlc.xml
  2. BIN
      softwares/vlc-2.1.3-win32.exe

@ -2,11 +2,11 @@
<packages>
<package id='vlc'
name='Lecteur multimedia VideoLAN Client'
revision='14'
revision='15'
priority='10'
reboot='false' >
<variable name="PKG_VERSION" value="2.1.2" />
<variable name="PKG_VERSION" value="2.1.3" />
<variable name="SETUP_PATH" value="%SOFTWARE%\vlc\vlc-%PKG_VERSION%-win32.exe" />
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%" />
@ -28,7 +28,7 @@
<downgrade include='install' />
<!-- Suppression de la version win32 sur les windows x64 -->
<!-- Suppression de la version win64 sur les windows x64 -->
<remove architecture="x64" cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" "%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S _?=%PROGRAMFILES%\VideoLAN\VLC' />
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\VideoLAN\VLC\uninstall.exe" "%INSTALL_PATH%\VideoLAN\VLC\uninstall.exe" /S _?=%INSTALL_PATH%\VideoLAN\VLC'/>
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\VideoLAN\VLC" rmdir /S /Q "%INSTALL_PATH%\VideoLAN"'/>

Loading…
Cancel
Save