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>2016-01-09 23:14:28 +0300
committerEion Robb <eion@robbmob.com>2016-01-09 23:14:28 +0300
commitb94ea28fa9fcde48018ffd5c957f21313455bd32 (patch)
treee9844528b50e5074db15ab3a47671dc71ca4bf6b
parent9764e3120f1287701d0ef224175898923b5948c1 (diff)
Make the Windows installer not overwrite json-glib
So that we don't mess things up for the Facebook plugin
-rw-r--r--skypeweb/pidgin-skypeweb.nsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/skypeweb/pidgin-skypeweb.nsi b/skypeweb/pidgin-skypeweb.nsi
index db5dca1..d94e58f 100644
--- a/skypeweb/pidgin-skypeweb.nsi
+++ b/skypeweb/pidgin-skypeweb.nsi
@@ -59,11 +59,13 @@ Section "MainSection" SEC01
;Check for pidgin installation
Call GetPidginInstPath
- SetOverwrite try
+ SetOverwrite off
SetOutPath "$PidginDir"
File "${JSON_GLIB_DLL}"
+ SetOverwrite try
+
SetOutPath "$PidginDir\pixmaps\pidgin"
File "/oname=protocols\16\skype.png" "icons\16\skype.png"
File "/oname=protocols\22\skype.png" "icons\22\skype.png"