Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from cx_Freeze import setup,Executable
- import sys
- base=None
- if sys.platform=='win32':
- base='Win32GUI'
- setup(name='Game',
- version='0.18',
- executables=[Executable(script='game.py',base=base)])
Advertisement
Add Comment
Please, Sign In to add comment