commit 0aae16e2d0c0f318e87226f5d7a09e01203d1236 Author: Erinn Clark erinn@torproject.org Date: Sat Jan 21 12:18:56 2012 +0100
update paths for stable osx bundles --- build-scripts/osx.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 3cacc0a..a02fc33 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -160,7 +160,7 @@ NAME=TorBrowser DISTDIR=tbbosx-dist
## Version and name of the compressed bundle (also used for source) -VERSION=$(RELEASE_VER)-$(BUILD_NUM)-dev +VERSION=$(RELEASE_VER)-$(BUILD_NUM) DEFAULT_COMPRESSED_BASENAME=TorBrowser-$(VERSION)-osx-$(ARCH_TYPE)- IM_COMPRESSED_BASENAME=TorBrowser-IM-$(VERSION)- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)
tor-commits@lists.torproject.org