winsetup.py 104 B

1234
  1. from distutils.core import setup
  2. import py2exe
  3. setup(console=['scripts/gd2asset', 'scripts/gd3asset'])