Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / win32inst.nsi.in
index dea6413..172cfbb 100644 (file)
@@ -12,7 +12,7 @@
 ; The name of the installer
 Name "@PACKAGE_NAME@ @PACKAGE_VERSION@"
 
-!define PRODUCT_WEB_SITE "http://www.synfig.com/"
+!define PRODUCT_WEB_SITE "http://synfig.org/"
 
 ; The file to write
 OutFile "@PACKAGE_TARNAME@-@PACKAGE_VERSION@.exe"
@@ -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