mirror of
https://github.com/Cian-H/Melter.git
synced 2025-12-23 14:42:00 +00:00
7 lines
91 B
Python
7 lines
91 B
Python
import PyInstaller.__main__
|
|
|
|
|
|
PyInstaller.__main__.run([
|
|
"spec/Melter-Desktop.spec"
|
|
])
|