mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 22:54:45 -04:00
⚡ Cursor build size fix (65 to 64)
This commit is contained in:
parent
b6a8529cb0
commit
1120d17663
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import tempfile
|
|||
# Build Config
|
||||
delay = 50
|
||||
name = "MacOSBigSur"
|
||||
sizes = [24, 28, 32, 40, 48, 56, 65, 72, 80, 88, 96]
|
||||
sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
|
||||
|
||||
bitmaps_dir = "./bitmaps"
|
||||
temp_folder = tempfile.mkdtemp()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue