mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
13 lines
252 B
Python
13 lines
252 B
Python
import tempfile
|
|
|
|
# Build Config
|
|
delay = 50
|
|
name = "MacOSBigSur"
|
|
sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
|
|
|
|
bitmaps_dir = "./bitmaps"
|
|
temp_folder = tempfile.mkdtemp()
|
|
|
|
# Cleanup Configs
|
|
x11_out = "macOSBigSur"
|
|
win_out = "macOSBigSur_Windows"
|