9 lines
150 B
Python
9 lines
150 B
Python
import PyInstaller.__main__
|
|
|
|
name = 'diceplayer'
|
|
|
|
PyInstaller.__main__.run([
|
|
'diceplayer/__main__.py',
|
|
'--onefile',
|
|
'-n{}'.format(name)
|
|
]) |