summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2020-03-23 05:47:11 +0300
committerRasmus Andersson <rasmus@notion.se>2020-03-23 05:47:11 +0300
commitb6188f053bc49fa47b79decd5217cc42dcf5e255 (patch)
tree8cc1461bf6191874764381046e98eb1b22945d75
parent0224325743edde195fd9eb42718937b02abf1d5d (diff)
downloadinter-b6188f053bc49fa47b79decd5217cc42dcf5e255.tar.xz
remove beta from filenames in makefiledisplay-alpha
-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)"