summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-20 00:48:13 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-20 00:48:13 +0000
commitf458273d267e1c4f5867cf8b9aa16e7fb9025910 (patch)
treea01eda267b0660e0f225c065c7682e072ba2dfa6 /samples
parent2da56bf4884bb4ee644970f4625a996b90c10435 (diff)
prepare to put coderman's patched 0.2.1.7-alpha win32 exe in place
git-svn-id: file:///home/or/svnrepo/updater/trunk@17323 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/tor-win32-package.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/samples/tor-win32-package.cfg b/samples/tor-win32-package.cfg
index 127d95f..9eea3b8 100644
--- a/samples/tor-win32-package.cfg
+++ b/samples/tor-win32-package.cfg
@@ -2,14 +2,14 @@
# This is package is name 'example'
name = "tor"
-# Encodes version 0.1.2.
-version = [0, 2, 1, 6]
+# Encodes current version
+version = [0, 2, 1, 7]
# Where in the repository does it go?
-location = "/pkginfo/tor/win32/tor-0.2.1.6-alpha.txt"
+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.6-alpha.exe"
+relpath = "/data/win32/tor-0.2.1.7-alpha.exe"
# Decriptions of the package.
ShortDesc('en', "Tor-dev win32 installer")
@@ -37,9 +37,9 @@ format = "exe"
# # What arguments do you pass to this package to install it?
# # This needs to be a list of strings.
# exe_args = [ "--silent", "--automatic", "--omit-bugs", ]
-exe_args = []
+exe_args = [ "-s" ]
-# # Optional: a registry key, value pair for a version number that this
+# # Optional: a registry key/value pair for a version number that this
# # package will set when it installs itself. The exe is responsible for
# # setting this value; thandy only reads the value to see whether the
# # exe is installed.
@@ -48,6 +48,6 @@ exe_args = []
#
# XXX Disabled for now; the 0.2.1.6 installed doesn't set this key.
#
-#exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Tor\Version',
-# "0.2.1.6-alpha" ]
+exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Tor\Version',
+ "0.2.1.7-alpha" ]