init config.py

This commit is contained in:
KaizIqbal 2020-07-29 10:33:33 +05:30
parent b111b88eb0
commit 479f97b5a3

13
config.py Normal file
View file

@ -0,0 +1,13 @@
import tempfile
# Build Config
delay = 30
name = "MacOS Big Sur"
sizes = [24, 28, 32, 40, 48, 56, 65, 72, 80, 88, 96]
bitmaps_dir = "./bitmaps"
temp_folder = tempfile.mkdtemp()
# Cleanup Configs
x11_out = "macOSBigSur"
win_out = "macOSBigSur_Windows"