summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f168dfd68..9d3189739 100644
--- a/Makefile
+++ b/Makefile
@@ -277,10 +277,6 @@ build/tmp/a.zip:
cp -a misc/dist/install*.txt "$(ZD)/"
cp -a LICENSE.txt "$(ZD)/"
@#
- @# Add "beta" to Light and Thin filenames.
- @# Requires "rename" tool in PATH (`brew install rename` on macOS)
- rename 's/(Light.*|Thin.*)\./$$1-BETA./' "$(ZD)/Inter"*/*.*
- @#
@# zip
cd "$(ZD)" && zip -q -X -r "../../../$@" * && cd ../..
@rm -rf "$(ZD)"