Cleanup & build files
This commit is contained in:
10
build_bin.py
Normal file
10
build_bin.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import PyInstaller.__main__
|
||||
|
||||
# Run this file to build a standalone executable.
|
||||
# pyinstaller does not build cross-platform.
|
||||
|
||||
PyInstaller.__main__.run([
|
||||
"lamb/__main__.py",
|
||||
"--onefile",
|
||||
"--console"
|
||||
])
|
||||
Reference in New Issue
Block a user