diff --git a/config.py b/config.py new file mode 100644 index 0000000..1ca57f7 --- /dev/null +++ b/config.py @@ -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"