[tor-commits] [tor-launcher/master] Use tor-launcher (instead of torlauncher) within extension ID.

brade at torproject.org brade at torproject.org
Wed May 8 15:03:49 UTC 2013


commit a5cda3df8787099a11da2d4144eec1fc31a93263
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Wed May 8 11:02:27 2013 -0400

    Use tor-launcher (instead of torlauncher) within extension ID.
---
 Makefile        |    2 +-
 src/install.rdf |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 07ba59f..9c3e853 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 ### Copyright (c) 2013, The Tor Project, Inc.
 ### See src/LICENSE for licensing information.
 
-EXT_NAME=torlauncher
+EXT_NAME=tor-launcher
 XPI_NAME:=$(shell echo "$(EXT_NAME)-`grep em:version src/install.rdf | sed -e 's/[<>]/	/g' | cut -f3`.xpi")
 
 AVAIL_TARGETS=help package clean
diff --git a/src/install.rdf b/src/install.rdf
index 0109243..15dadeb 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -6,8 +6,8 @@
         <em:name>TorLauncher</em:name>
         <em:creator>The Tor Project, Inc.</em:creator>
         <em:contributor>Pearl Crescent, LLC</em:contributor>
-        <em:id>torlauncher at torproject.org</em:id>
-        <em:version>0.1.1pre-alpha</em:version>
+        <em:id>tor-launcher at torproject.org</em:id>
+        <em:version>0.2pre-alpha</em:version>
         <em:homepageURL>https://www.torproject.org/projects/torbrowser.html</em:homepageURL>
 <!--
         <em:optionsURL>chrome://torlauncher/content/preferences.xul</em:optionsURL>



More information about the tor-commits mailing list