From: pabs Date: Wed, 3 Oct 2007 05:25:36 +0000 (+0000) Subject: Apply 1805544: un/install the sifz examples properly in the Win32 installer. Patch... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=ddcac684fe2260edcab0f5737483150f2fde8bd1;p=synfig.git 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 --- 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