summaryrefslogtreecommitdiff
path: root/config/license-win32-package.cfg
blob: 0ac5f827dbd62fbc0b41219628d45abe7315a95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name = "license"

# Encodes current version
version = [0, 0, 1]

# Where in the repository does it go?
location = "/pkginfo/license/win32/license-0.0.1.txt"

# Where in the repository does its underlying package file go?
relpath = "/data/win32/license-0.0.1.msi"

# Decriptions of the package.
ShortDesc('en',  "Tor License Installer")
LongDesc('en', "Tor bundle license documentation, with MSI installer.")

format = "win32"
command_install = [ 'msiexec', '/i', "${FILE}", 'NOSC=1', '/qn' ]
exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor License\Version',
                      '0.0.1' ]