summaryrefslogtreecommitdiff
path: root/config/vidalia-win32-bundle.cfg
diff options
context:
space:
mode:
authorMartin Peck <coder@peertech.org>2009-01-08 11:27:07 +0000
committerMartin Peck <coder@peertech.org>2009-01-08 11:27:07 +0000
commit86e30579b5032011383d63f8343c2a63059e0844 (patch)
treec776016c0e59b4ef04b9575d127dc18b5c809f27 /config/vidalia-win32-bundle.cfg
parentc2471485340ee63733295a333573aaeb864e8069 (diff)
Add configuration for Vidalia and TorButton MSI packages.
git-svn-id: file:///home/or/svnrepo/updater/trunk@18020 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'config/vidalia-win32-bundle.cfg')
-rw-r--r--config/vidalia-win32-bundle.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/vidalia-win32-bundle.cfg b/config/vidalia-win32-bundle.cfg
new file mode 100644
index 0000000..7a18f78
--- /dev/null
+++ b/config/vidalia-win32-bundle.cfg
@@ -0,0 +1,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.");
+