applications
This commit is contained in:
@@ -7,3 +7,7 @@ APP_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else
|
||||
LOGGER_NAME = 'assemblr'
|
||||
LOG_FILE = Path(APP_PATH) / Path(f'{LOGGER_NAME}.log')
|
||||
MAX_LOG_FILE_SIZE_BYTES = 400 * 1024 ** 2
|
||||
APKS_PATH = os.path.join(APP_PATH, 'apks')
|
||||
|
||||
if not os.path.isdir(APKS_PATH):
|
||||
os.mkdir(APKS_PATH)
|
||||
|
||||
Reference in New Issue
Block a user