Apply 1805544: un/install the sifz examples properly in the Win32 installer. Patch...
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 3 Oct 2007 05:25:36 +0000 (05:25 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 3 Oct 2007 05:25:36 +0000 (05:25 +0000)
git-svn-id: http://svn.voria.com/code@825 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/win32inst.nsi.in

index dea6413..7f9f631 100644 (file)
@@ -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