remove beta from filenames in makefile
This commit is contained in:
parent
0224325743
commit
b6188f053b
1 changed files with 0 additions and 4 deletions
4
Makefile
4
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)"
|
||||
|
|
|
|||
Reference in a new issue