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