mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-27 21:44:23 -04:00
Merge branch 'dev'
This commit is contained in:
commit
35cf783a65
2 changed files with 3 additions and 0 deletions
|
@ -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`
|
||||
|
|
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue