From ddcac684fe2260edcab0f5737483150f2fde8bd1 Mon Sep 17 00:00:00 2001 From: pabs Date: Wed, 3 Oct 2007 05:25:36 +0000 Subject: [PATCH] Apply 1805544: un/install the sifz examples properly in the Win32 installer. Patch by Atrus. git-svn-id: http://svn.voria.com/code@825 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/win32inst.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/win32inst.nsi.in b/synfig-core/trunk/win32inst.nsi.in index dea6413..7f9f631 100644 --- a/synfig-core/trunk/win32inst.nsi.in +++ b/synfig-core/trunk/win32inst.nsi.in @@ -129,7 +129,7 @@ SectionEnd Section "Examples" SetOutPath $INSTDIR\examples - File "@srcdir@\examples\*.sif" + File "@srcdir@\examples\*.sifz" SetShellVarContext All CreateDirectory "$SMPROGRAMS\Voria" @@ -137,7 +137,7 @@ Section "Examples" SectionEnd Section "un.Examples" - Delete "$INSTDIR\examples\*.sif" + Delete "$INSTDIR\examples\*.sifz" RMDir "$INSTDIR\examples" SetShellVarContext All -- 2.7.4