[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbrowser/maint-2.2] update windows version string to remove nonexistent arch type that causes trailing dash in torbrowser.version (closes: #4160)
commit 022c82c8b67f2ab63135fcd9368834af3f05dbbf
Author: Erinn Clark <erinn@xxxxxxxxxxxxxx>
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)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits