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

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

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

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

# Decriptions of the package.
ShortDesc('en',  "Tor VM win32 installer")
LongDesc('en', "Tor VM for 32bit Windows, with MSI installer.")

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