Some scripts to build the exe
This commit is contained in:
parent
49e157ecd1
commit
a621cd3722
|
|
@ -0,0 +1,3 @@
|
|||
python setup.py py2exe
|
||||
|
||||
explorer .\dist
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
from distutils.core import setup
|
||||
import py2exe
|
||||
|
||||
setup(console=['Panda3DToolsGUI.py'])
|
||||
Loading…
Reference in New Issue