remove beta from filenames in makefile

This commit is contained in:
Rasmus Andersson 2020-03-22 19:47:11 -07:00
parent 0224325743
commit b6188f053b

View file

@ -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)"