update to 0.48.4

tags/wpkg-inkscape-0.92.2-2
Daniel Berteaud 12 years ago
parent 8fc3090012
commit 49be2d0931
  1. 6
      packages/inkscape.xml
  2. BIN
      softwares/inkscape-0.48.4-1-win32.exe

@ -2,18 +2,18 @@
<packages>
<package id="inkscape"
name="Inkscape"
revision="4"
revision="5"
reboot="false"
priority="10">
<variable name="PKG_VERSION" value="0.48.2" />
<variable name="PKG_VERSION" value="0.48.4" />
<variable name="PKG_REV" value="1" />
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Inkscape" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Inkscape" />
<check type="uninstall" condition="exists" path="Inkscape %PKG_VERSION%" />
<install cmd='"%SOFTWARE%\inkscape\Inkscape-%PKG_VERSION%-%PKG_REV%-win32.exe" /S' />
<install cmd='"%SOFTWARE%\inkscape\inkscape-%PKG_VERSION%-%PKG_REV%-win32.exe" /S' />
<install cmd='%COMSPEC% /C del /q /f "%ALLUSERSPROFILE%\Bureau\Inkscape.lnk"'>
<exit code="0" />
<exit code="1" />

Loading…
Cancel
Save