X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fwin32inst.nsi.in;h=eb6e90176e1314f4cf9b7eed741145a475c6f588;hb=fc0c3d4f4a3af51423ca2c8a5d91ee5b402e4964;hp=d1e2795d8581fe1c7776c9a1551241e01d19e450;hpb=4feb365a7315fbd850d9b300984d372710ee759d;p=synfig.git diff --git a/synfig-core/trunk/win32inst.nsi.in b/synfig-core/trunk/win32inst.nsi.in index d1e2795..eb6e901 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://voria.com/synfig/" +!define PRODUCT_WEB_SITE "http://www.synfig.com/" ; The file to write OutFile "@PACKAGE_TARNAME@-@PACKAGE_VERSION@.exe" @@ -85,7 +85,7 @@ Section "" ; WriteRegStr HKLM "Software\Voria_@PACKAGE_TARNAME@" "Install_Dir" "$INSTDIR" WriteRegStr HKLM "${SYNFIG_REG_KEY}" "Path" "$INSTDIR" - WriteRegStr HKLM "${SYNFIG_REG_KEY}" "Version" "@PRODUCT_VERSION@" + WriteRegStr HKLM "${SYNFIG_REG_KEY}" "Version" "@PACKAGE_VERSION@" ; Write the uninstall keys for Windows WriteRegStr HKLM "${SYNFIG_UNINSTALL_KEY}" "DisplayName" "@PACKAGE_NAME@" @@ -171,10 +171,10 @@ SubSection "Layers" SubSectionEnd SubSection "Render Targets" !include "@srcdir@\src\modules\mod_bmp\mod_bmp.nsh" -;!include "@srcdir@\src\modules\mod_dv\mod_dv.nsh" -;!include "@srcdir@\src\modules\mod_ffmpeg\mod_ffmpeg.nsh" -;!include "@srcdir@\src\modules\mod_gif\mod_gif.nsh" -;!include "@srcdir@\src\modules\mod_imagemagick\mod_imagemagick.nsh" +!include "@srcdir@\src\modules\mod_dv\mod_dv.nsh" +!include "@srcdir@\src\modules\mod_ffmpeg\mod_ffmpeg.nsh" +!include "@srcdir@\src\modules\mod_gif\mod_gif.nsh" +!include "@srcdir@\src\modules\mod_imagemagick\mod_imagemagick.nsh" !include "@srcdir@\src\modules\mod_jpeg\mod_jpeg.nsh" !include "@srcdir@\src\modules\mod_png\mod_png.nsh" !include "@srcdir@\src\modules\mod_ppm\mod_ppm.nsh" @@ -195,10 +195,10 @@ SubSection "un.Layers" SubSectionEnd SubSection "un.Render Targets" !include "@srcdir@\src\modules\mod_bmp\unmod_bmp.nsh" -;!include "@srcdir@\src\modules\mod_dv\unmod_dv.nsh" -;!include "@srcdir@\src\modules\mod_ffmpeg\unmod_ffmpeg.nsh" -;!include "@srcdir@\src\modules\mod_gif\unmod_gif.nsh" -;!include "@srcdir@\src\modules\mod_imagemagick\unmod_imagemagick.nsh" +!include "@srcdir@\src\modules\mod_dv\unmod_dv.nsh" +!include "@srcdir@\src\modules\mod_ffmpeg\unmod_ffmpeg.nsh" +!include "@srcdir@\src\modules\mod_gif\unmod_gif.nsh" +!include "@srcdir@\src\modules\mod_imagemagick\unmod_imagemagick.nsh" !include "@srcdir@\src\modules\mod_jpeg\unmod_jpeg.nsh" !include "@srcdir@\src\modules\mod_png\unmod_png.nsh" !include "@srcdir@\src\modules\mod_ppm\unmod_ppm.nsh"