summaryrefslogtreecommitdiff
path: root/config/torvm-win32-bundle.cfg
blob: 52ef59e14dd9e96e08c4fecb3c0d088134d59b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# The name of this bundle.
name = "torvm-win32-bundle"
# Version of the bundle
version = [0, 0, 1]
# Where does it go in the repository?
location = "/bundleinfo/torvm/win32/torvm-win32-bundle-0.0.1.txt"
os = "win32"
arch = "x86"

# This is one of the packages in the bundle.  There can be as many as you
# like.
Package(name="torvm",
	order=(10,10,10),
	optional=False)
# The "Glosses" describe a package's purpose in the bundle.
ShortGloss("en", "Tor VM for win32.")
LongGloss("en", "Tor VM for 32bit Windows, with MSI installer.")