1
0
Fork 0

[update] Expose more functionality to API

This commit is contained in:
pukkandan 2022-06-21 17:02:56 +05:30
commit 57e0f077a6
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
4 changed files with 164 additions and 124 deletions

View file

@ -5,7 +5,6 @@ import sys
from PyInstaller.__main__ import run as run_pyinstaller
OS_NAME, ARCH = sys.platform, platform.architecture()[0][:2]