summaryrefslogtreecommitdiff
path: root/config/vidalia-win32-bundle.cfg
blob: 7a18f7886857328308c08f30bc2caf05e8978d27 (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 = "vidalia-win32-bundle"
# Version of the bundle
version = [0, 2, 0]
# Where does it go in the repository?
location = "/bundleinfo/vidalia/win32/vidalia-win32-bundle-0.2.0.txt"
os = "win32"
arch = "x86"

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