mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 07:04:47 -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
|
# Build Config
|
||||||
delay = 50
|
delay = 50
|
||||||
name = "MacOSBigSur"
|
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"
|
bitmaps_dir = "./bitmaps"
|
||||||
temp_folder = tempfile.mkdtemp()
|
temp_folder = tempfile.mkdtemp()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue