mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 22:54:45 -04:00
🔧 Cursor sizes added
This commit is contained in:
parent
094bacd2be
commit
303f1a0a3a
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -3,7 +3,7 @@ import shutil
|
|||
|
||||
from clickgen import build_cursor_theme
|
||||
|
||||
sizes = [24]
|
||||
sizes = [24, 28]
|
||||
|
||||
# Building Cursor Theme
|
||||
with open('./hotspots.json', 'r') as hotspot_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue