From: dooglus Date: Fri, 6 Apr 2007 13:06:51 +0000 (+0000) Subject: Atrus' Windows patches: [ 1695477 ] win32-synfig-conf-ext-fix X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d467cfe3ed890ef40b9a58d098cec5302f53cad4;p=synfig.git Atrus' Windows patches: [ 1695477 ] win32-synfig-conf-ext-fix git-svn-id: http://svn.voria.com/code@432 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/win32inst.nsi.in b/synfig-core/trunk/win32inst.nsi.in index eb6e901..1d90e81 100644 --- a/synfig-core/trunk/win32inst.nsi.in +++ b/synfig-core/trunk/win32inst.nsi.in @@ -76,10 +76,9 @@ Section "" File "C:\GTK\bin\libxml2.dll" ; Put file there -; File "synfig_modules.conf" CreateDirectory "$INSTDIR\etc" - Delete $INSTDIR\etc\synfig_modules.conf + Delete $INSTDIR\etc\synfig_modules.cfg ; Write the installation path into the registry ; WriteRegStr HKLM "Software\Voria_@PACKAGE_TARNAME@" "Install_Dir" "$INSTDIR" @@ -130,7 +129,7 @@ Section "Uninstall" ; Remove files and uninstaller ;Delete $INSTDIR\synfig.exe Delete $INSTDIR\uninstall-@PACKAGE_TARNAME@.exe - Delete $INSTDIR\etc\synfig_modules.conf + Delete $INSTDIR\etc\synfig_modules.cfg RMDir $INSTDIR\bin RMDir $INSTDIR\etc