fixed NSIS version and URL

This commit is contained in:
Micah Lee 2014-09-24 16:53:17 -07:00
parent ade33c3068
commit bd5a463691

View File

@ -1,11 +1,11 @@
!define APPNAME "OnionShare"
!define BINPATH "..\dist\onionshare"
!define ABOUTURL "https://github.com/micahflee/onionshare"
!define ABOUTURL "https://onionshare.org/"
# change these with each release
!define INSTALLSIZE 31187
!define VERSIONMAJOR 0
!define VERSIONMINOR 5
!define VERSIONMINOR 6
!define VERSIONSTRING "0.6"
RequestExecutionLevel admin