Skip to content

Commit

Permalink
Remove "beta" suffix from the distribution archives
Browse files Browse the repository at this point in the history
This looks a bit ridiculous after all the years.
  • Loading branch information
vadz committed Oct 17, 2020
1 parent 2b57798 commit febf666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distrib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions distrib/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit febf666

Please sign in to comment.