summaryrefslogtreecommitdiff
path: root/src/installer.nsi
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-12 08:40:24 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-12 08:40:24 +0000
commit19ad0589a0aefc571271decc45296974bb9fdba5 (patch)
treea7c352f5d5e11b29e5e6c86d810bb23cd6b7b9ad /src/installer.nsi
parent41a8f63ce28e228611d72156abb39d496691d8be (diff)
fix memory leak on response from first response from server (HTTP conflict with session id).
Diffstat (limited to 'src/installer.nsi')
-rw-r--r--src/installer.nsi26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/installer.nsi b/src/installer.nsi
index 349863a..371e591 100644
--- a/src/installer.nsi
+++ b/src/installer.nsi
@@ -107,6 +107,10 @@ Section $(NAME_SecTransmissionRemoteGTK) SecTransmissionRemoteGTK
File "C:\MinGW\msys\1.0\lib\locale\uk\LC_MESSAGES\transmission-remote-gtk.mo"
+ SetOutPath $INSTDIR\share\locale\fr\LC_MESSAGES
+
+ File "C:\MinGW\msys\1.0\lib\locale\fr\LC_MESSAGES\transmission-remote-gtk.mo"
+
SetOutPath $INSTDIR\share\locale\ru\LC_MESSAGES
File "C:\MinGW\msys\1.0\lib\locale\ru\LC_MESSAGES\transmission-remote-gtk.mo"
@@ -244,6 +248,17 @@ Section $(NAME_SecGlibGtkEtc) SecGlibGtkEtc
File "..\..\gtk-2.24-win32-bin\share\locale\uk\LC_MESSAGES\gdk-pixbuf.mo"
File "..\..\gtk-2.24-win32-bin\share\locale\uk\LC_MESSAGES\atk10.mo"
+ SetOutPath $INSTDIR\share\locale\fr\LC_MESSAGES
+
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\libiconv.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\gtk20.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\gtk20-properties.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\glib20.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\gettext-tools.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\gettext-runtime.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\gdk-pixbuf.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\fr\LC_MESSAGES\atk10.mo"
+
SetOutPath $INSTDIR\share\locale\ru\LC_MESSAGES
File "..\..\gtk-2.24-win32-bin\share\locale\ru\LC_MESSAGES\libiconv.mo"
@@ -462,6 +477,15 @@ Section "Uninstall"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\gtk20.mo"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\libiconv.mo"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\transmission-remote-gtk.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\atk10.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\gdk-pixbuf.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\gettext-runtime.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\gettext-tools.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\glib20.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\gtk20-properties.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\gtk20.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\libiconv.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\transmission-remote-gtk.mo"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\atk10.mo"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\gdk-pixbuf.mo"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\gettext-runtime.mo"
@@ -505,6 +529,8 @@ Section "Uninstall"
RMDir "$INSTDIR\share\themes"
RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\uk"
+ RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+ RMDir "$INSTDIR\share\locale\fr"
RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ru"
RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES"