aboutsummaryrefslogtreecommitdiff
path: root/pyinst.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-06-21 17:02:56 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-06-21 17:02:56 +0530
commit57e0f077a635ee30f37ebea71ddb70723831ecd8 (patch)
tree59ab5cbf39a2acb55b9f0c39add0c8ddd9eb520c /pyinst.py
parentf0500bd1e4e3910abd58a1be812ba35fc20049e7 (diff)
[update] Expose more functionality to API
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index 292f5d719..d27e56555 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -5,7 +5,6 @@ import sys
from PyInstaller.__main__ import run as run_pyinstaller
-
OS_NAME, ARCH = sys.platform, platform.architecture()[0][:2]