From b6188f053bc49fa47b79decd5217cc42dcf5e255 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 22 Mar 2020 19:47:11 -0700 Subject: remove beta from filenames in makefile --- Makefile | 4 ---- 1 file changed, 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)" -- cgit v1.2.3