From febf66689c5169b58688ed7a0c2e7237916cca3f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 17 Oct 2020 16:04:52 +0200 Subject: [PATCH] Remove "beta" suffix from the distribution archives This looks a bit ridiculous after all the years. --- distrib/Makefile | 2 +- distrib/README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/Makefile b/distrib/Makefile index 60fc9f00..ff1b4990 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -3,7 +3,7 @@ # VERSION := $(shell python ../src/tool.py --version | cut -f2 -d' ') -TARBALL_NAME := bakefile-$(VERSION)_beta +TARBALL_NAME := bakefile-$(VERSION) CANDLE_FLAGS = -arch x86 diff --git a/distrib/README b/distrib/README index 664c80fa..f4dbbc65 100644 --- a/distrib/README +++ b/distrib/README @@ -9,7 +9,7 @@ --------------------------- Run "make -C distrib distrib_unix", the output file will be -bakefile-X.Y.Z_beta-bin.tar.bz2. +bakefile-X.Y.Z-bin.tar.bz2. 2. Making Windows distribution @@ -29,7 +29,7 @@ bakefile-X.Y.Z_beta-bin.tar.bz2. 3. Check that upx and zip are in PATH. -4. Run "make -C distrib distrib_win", the output file be bakefile-X.Y.Z_beta-win.zip +4. Run "make -C distrib distrib_win", the output file be bakefile-X.Y.Z-win.zip Notice that at one time there was an effort to produce an MSI installer for bakefile and its remains can be found in wix subdirectory, however the files