Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-03-26 05:54:10 +0300
committerEion Robb <eion@robbmob.com>2008-03-26 05:54:10 +0300
commit5e301b7d02ab3d223f70382176cc53aab5641301 (patch)
treecc7375dc346d9c811b5f7c3686b7f8ed49294589 /skype4pidgin.nsi
parente703115a9e4f6e7429e8175601a22265bb1c981d (diff)
Added translation file to windows installer, fixed language strings, added pidgin language strings
Diffstat (limited to 'skype4pidgin.nsi')
-rwxr-xr-xskype4pidgin.nsi14
1 files changed, 10 insertions, 4 deletions
diff --git a/skype4pidgin.nsi b/skype4pidgin.nsi
index c902102..467515d 100755
--- a/skype4pidgin.nsi
+++ b/skype4pidgin.nsi
@@ -3,7 +3,7 @@
; todo: SetBrandingImage
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "skype4pidgin"
-!define PRODUCT_VERSION "5-May-2008"
+!define PRODUCT_VERSION "$date"
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://skype4pidgin.googlecode.com/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@@ -72,12 +72,15 @@ Section "MainSection" SEC01
SetOutPath "$PidginDir\pixmaps\pidgin\emotes\skype"
SetOverwrite on
File "theme"
-
+
+ SetOutPath "$PidginDir\locale\ja\LC_MESSAGES"
+ SetOverwrite on
+ File /nonfatal "/oname=skype4pidgin.mo" "po\ja.mo"
SetOutPath "$INSTDIR"
SetOverwrite on
- ;File "libskype.dll"
- File "\\5.5.242.9\tmp\skype\libskype.dll"
+ File "libskype.dll"
+ ;File "\\5.5.242.9\tmp\skype\libskype.dll"
; move to pidgin plugin directory, check if not busy (pidgin is running)
call CopyDLL
; hard part is done, do the rest now.
@@ -137,6 +140,9 @@ dodelete:
Delete "$PidginDir\pixmaps\pidgin\protocols\22\skype.png"
Delete "$PidginDir\pixmaps\pidgin\protocols\48\skype.png"
Delete "$PidginDir\pixmaps\pidgin\emotes\skype\theme"
+
+ Delete "$PidginDir\locale\ja\LC_MESSAGES\skype4pidgin.mo
+
RMDir "$PidginDir\pixmaps\pidgin\emotes\skype"
IfFileExists "$PidginDir\plugins\libskype.dll" 0 +2