X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fwin32inst.nsi.in;h=172cfbb2dcdce0fd723239cead4dbcaa284cbacd;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=dea6413fedd4642a361af4e80a1cbcfeaa47316d;hpb=a4bf84366f4e937dcc0d46b4fc0c58b9f4e10076;p=synfig.git diff --git a/synfig-core/trunk/win32inst.nsi.in b/synfig-core/trunk/win32inst.nsi.in index dea6413..172cfbb 100644 --- a/synfig-core/trunk/win32inst.nsi.in +++ b/synfig-core/trunk/win32inst.nsi.in @@ -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