summaryrefslogtreecommitdiff
path: root/samples/tor-win32-package.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'samples/tor-win32-package.cfg')
-rw-r--r--samples/tor-win32-package.cfg22
1 files changed, 0 insertions, 22 deletions
diff --git a/samples/tor-win32-package.cfg b/samples/tor-win32-package.cfg
deleted file mode 100644
index 4dfcf33..0000000
--- a/samples/tor-win32-package.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-# This is package is name 'example'
-name = "tor"
-
-# Encodes current version
-version = [0, 2, 1, 7]
-
-# Where in the repository does it go?
-location = "/pkginfo/tor/win32/tor-0.2.1.7-alpha.txt"
-
-# Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/win32/tor-0.2.1.7-alpha.msi"
-
-# Decriptions of the package.
-ShortDesc('en', "Tor-dev win32 installer")
-LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer.")
-
-format = "win32"
-command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
-exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
- '0.2.1.7-alpha-dev' ]
-