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:
Diffstat (limited to 'skypeweb/pidgin-skypeweb.nsi')
-rw-r--r--skypeweb/pidgin-skypeweb.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/skypeweb/pidgin-skypeweb.nsi b/skypeweb/pidgin-skypeweb.nsi
index a9f5f9e..a0b79e2 100644
--- a/skypeweb/pidgin-skypeweb.nsi
+++ b/skypeweb/pidgin-skypeweb.nsi
@@ -9,10 +9,10 @@ SetCompress off
!define PRODUCT_NAME "pidgin-skypeweb"
!endif
!ifndef PRODUCT_VERSION
-!define PRODUCT_VERSION "v1.4"
+!define PRODUCT_VERSION "v1.5"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
-!define PRODUCT_WEB_SITE "http://eion.robbmob.com/"
+!define PRODUCT_WEB_SITE "https://eion.robbmob.com/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!ifndef JSON_GLIB_DLL
@@ -37,7 +37,7 @@ SetCompress off
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
; Finish page
-!define MUI_FINISHPAGE_SHOWREADME "http://eion.robbmob.com/README.txt"
+!define MUI_FINISHPAGE_SHOWREADME "https://eion.robbmob.com/README.txt"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_TEXT "Run ${PIDGIN_VARIANT}"