enhance: Generate master bitmaps.zip inside bin directory

This commit is contained in:
ful1e5 2021-11-07 17:36:11 +05:30
parent a819f0444f
commit 861cf6238d
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Generate master `bitmaps.zip` inside `bin` directory
### Changed
- Removed unnecessary badges from `README.md`

View file

@ -66,6 +66,7 @@ prepare: bitmaps themes
@cd bitmaps
@zip -r $(BIN_DIR)/macOSBigSur/bitmaps.zip macOSBigSur
@$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)/bitmaps.zip macOSBigSur-$(theme);)
@zip -r $(BIN_DIR)/bitmaps.zip *
@cd ..
@cd themes
@tar -czvf $(BIN_DIR)/macOSBigSur/macOSBigSur.tar.gz macOSBigSur