[tor-commits] [torbrowser/maint-2.2] update windows version string to remove nonexistent arch type that causes trailing dash in torbrowser.version (closes: #4160)

erinn at torproject.org erinn at torproject.org
Tue Oct 4 17:08:37 UTC 2011


commit 022c82c8b67f2ab63135fcd9368834af3f05dbbf
Author: Erinn Clark <erinn at torproject.org>
Date:   Tue Oct 4 17:59:43 2011 +0100

    update windows version string to remove nonexistent arch type that causes trailing dash in torbrowser.version (closes: #4160)
---
 build-scripts/windows.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 8bfa747..1d9bd04 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -469,8 +469,8 @@ print-version:
 	@echo $(RELEASE_VER)-$(BUILD_NUM)
 
 write-tbb-version:
-	printf 'user_pref("torbrowser.version", "%s");\n' "$(RELEASE_VER)-$(BUILD_NUM)-$(PLATFORM)-$(ARCH_TYPE)" >> $(BUNDLE)/FirefoxPortable/App/DefaultData/profile/prefs.js
-	printf 'user_pref("torbrowser.version", "%s");\n' "$(RELEASE_VER)-$(BUILD_NUM)-$(PLATFORM)-$(ARCH_TYPE)" >> $(BUNDLE)/FirefoxPortable/Data/profile/prefs.js
+	printf 'user_pref("torbrowser.version", "%s");\n' "$(RELEASE_VER)-$(BUILD_NUM)-$(PLATFORM)" >> $(BUNDLE)/FirefoxPortable/App/DefaultData/profile/prefs.js
+	printf 'user_pref("torbrowser.version", "%s");\n' "$(RELEASE_VER)-$(BUILD_NUM)-$(PLATFORM)" >> $(BUNDLE)/FirefoxPortable/Data/profile/prefs.js
 
 ## Export the source code of the bundle
 SRCNAME=$(COMPRESSED_NAME)



More information about the tor-commits mailing list