~ubuntu-branches/ubuntu/trusty/tor/trusty-proposed

« back to all changes in this revision

Viewing changes to contrib/tor-mingw.nsi.in

  • Committer: Package Import Robot
  • Author(s): Peter Palfrader
  • Date: 2013-12-12 14:31:32 UTC
  • mfrom: (1.5.25) (2.1.82 experimental)
  • Revision ID: package-import@ubuntu.com-20131212143132-zjz1rgameoxts5t0
Tags: 0.2.4.19-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
!include "LogicLib.nsh"
9
9
!include "FileFunc.nsh"
10
10
!insertmacro GetParameters
11
 
!define VERSION "0.2.3.25"
 
11
!define VERSION "0.2.4.19"
12
12
!define INSTALLER "tor-${VERSION}-win32.exe"
13
13
!define WEBSITE "https://www.torproject.org/"
14
14
!define LICENSE "LICENSE"
147
147
!insertmacro MUI_DESCRIPTION_TEXT ${Tor} "The core executable and config files needed for Tor to run."
148
148
!insertmacro MUI_DESCRIPTION_TEXT ${Docs} "Documentation about Tor."
149
149
!insertmacro MUI_DESCRIPTION_TEXT ${ShortCuts} "Shortcuts to easily start Tor"
150
 
!insertmacro MUI_DESCRIPTION_TEXT ${StartMenu} "Shortcuts to access Tor and it's documentation from the Start Menu"
 
150
!insertmacro MUI_DESCRIPTION_TEXT ${StartMenu} "Shortcuts to access Tor and its documentation from the Start Menu"
151
151
!insertmacro MUI_DESCRIPTION_TEXT ${Desktop} "A shortcut to start Tor from the desktop"
152
152
!insertmacro MUI_DESCRIPTION_TEXT ${Startup} "Launches Tor automatically at startup in a minimized window"
153
153
!insertmacro MUI_FUNCTION_DESCRIPTION_END