From 86e30579b5032011383d63f8343c2a63059e0844 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Thu, 8 Jan 2009 11:27:07 +0000 Subject: Add configuration for Vidalia and TorButton MSI packages. git-svn-id: file:///home/or/svnrepo/updater/trunk@18020 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- config/torbutton-win32-bundle.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/torbutton-win32-bundle.cfg (limited to 'config/torbutton-win32-bundle.cfg') diff --git a/config/torbutton-win32-bundle.cfg b/config/torbutton-win32-bundle.cfg new file mode 100644 index 0000000..26fb567 --- /dev/null +++ b/config/torbutton-win32-bundle.cfg @@ -0,0 +1,19 @@ + +# The name of this bundle. +name = "torbutton-win32-bundle" +# Version of the bundle +version = [1, 2, 0] +# Where does it go in the repository? +location = "/bundleinfo/torbutton/win32/torbutton-win32-bundle-1.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="torbutton", + order=(10,10,10), + optional=False) +# The "Glosses" describe a package's purpose in the bundle. +ShortGloss("en", "TorButton Firefox extension win32 installer.") +LongGloss("en", "This is the TorButton Firefox extension for Windows, with MSI installer."); + -- cgit v1.2.3