mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-12 22:26:11 -04:00
fix: make install
command
This commit is contained in:
parent
5822682f69
commit
ca8dc4c194
2 changed files with 7 additions and 4 deletions
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- `svg/*.py` module support inside `pyright` config
|
||||
|
||||
### Changed
|
||||
|
||||
- Some cursors are very blurry on lower sizes fixed #74
|
||||
|
||||
## [v1.2.3] - 23 Nov 2021
|
||||
|
||||
### Added
|
||||
|
@ -31,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- fixed text cursor state in `xterm` & `vertical-text` (increase border size) #67
|
||||
- bitmapper `core` as node package
|
||||
- macOSBigSur .svg files moved to `svgs/bigsur` directory
|
||||
- Some cursors are very blurry on lower sizes fixed #74
|
||||
|
||||
## [v1.2.2] - 31 Oct 2021
|
||||
|
||||
|
|
6
Makefile
6
Makefile
|
@ -57,14 +57,14 @@ install: $(src)
|
|||
@echo "> Installing '$(THEME_PREFIX)' cursors inside $(local)/..."
|
||||
@mkdir -p $(local)
|
||||
@cp -r ./themes/$(THEME_PREFIX)BigSur $(local_dest)
|
||||
@cp -r ./themes/$(THEME_PREFIX)BigSur -White $(local_dest) && echo "> Installed!"
|
||||
@cp -r ./themes/$(THEME_PREFIX)BigSur-White $(local_dest)
|
||||
@cp -r ./themes/$(THEME_PREFIX)Monterey $(local_dest)
|
||||
@cp -r ./themes/$(THEME_PREFIX)Monterey -White $(local_dest) && echo "> Installed!"
|
||||
@cp -r ./themes/$(THEME_PREFIX)Monterey-White $(local_dest) && echo "> Installed!"
|
||||
@else
|
||||
@echo "> Installing '$(THEME_PREFIX)' cursors inside $(root)/..."
|
||||
@mkdir -p $(root)
|
||||
@sudo cp -r ./themes/$(THEME_PREFIX)BigSur $(root_dest)
|
||||
@sudo cp -r ./themes/$(THEME_PREFIX)BigSur-White $(root_dest) && echo "> Installed!"
|
||||
@sudo cp -r ./themes/$(THEME_PREFIX)BigSur-White $(root_dest)
|
||||
@sudo cp -r ./themes/$(THEME_PREFIX)Monterey $(root_dest)
|
||||
@sudo cp -r ./themes/$(THEME_PREFIX)Monterey-White $(root_dest) && echo "> Installed!"
|
||||
@fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue