summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-06 00:30:56 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-06 00:30:56 +0300
commit00eaa9e7f3c1a5c1248d919a74f7784d716d58a0 (patch)
treec470fc54e0e90666c85745f8217a7599b76ca4ae
parent81fd600ac9a941b1ee06e41d322399d19fc4dcaa (diff)
downloadplus-00eaa9e7f3c1a5c1248d919a74f7784d716d58a0.tar.gz
plus-00eaa9e7f3c1a5c1248d919a74f7784d716d58a0.tar.bz2
plus-00eaa9e7f3c1a5c1248d919a74f7784d716d58a0.tar.xz
plus-00eaa9e7f3c1a5c1248d919a74f7784d716d58a0.zip
Update nsis script.
-rw-r--r--packaging/windows/setup.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 3269962d0..43c152542 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -41,10 +41,10 @@ SetCompressor /SOLID lzma
; HM NIS Edit helper defines
!define PRODUCT_NAME "ManaPlus"
!ifndef PRODUCT_VERSION
- !define PRODUCT_VERSION "0.0.29.1"
+ !define PRODUCT_VERSION "1.1"
!endif
!define PRODUCT_PUBLISHER "ManaPlus Development Team"
-!define PRODUCT_WEB_SITE "http://tmw.cetki.com/4144/"
+!define PRODUCT_WEB_SITE "http://manaplus.evolonline.org/"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\manaplus.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"