Skip to content

Instantly share code, notes, and snippets.

@cruor99
Created September 1, 2016 16:49
Show Gist options
  • Save cruor99/f5b21f20fa190c3558ff779f89f784e3 to your computer and use it in GitHub Desktop.
Save cruor99/f5b21f20fa190c3558ff779f89f784e3 to your computer and use it in GitHub Desktop.
# -*- mode: python -*-
from kivy.deps import sdl2, glew
block_cipher = None
a = Analysis(['main.py'],
pathex=['C:\\Users\\Cruor\\code\\msaledrift'],
binaries=None,
datas=None,
hiddenimports=["kivymd.toolbar", "kivymd.textfields", "kivymd.list", "kivymd.selectioncontrols", "kivymd.card", "kivymd.list"],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='msale-drift',
debug=False,
strip=False,
upx=True,
console=True )
coll = COLLECT(exe, Tree('C:\\Users\\Cruor\\code\\msaledrift\\'),
a.binaries,
a.zipfiles,
a.datas,
*[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins)],
strip=False,
upx=True,
name='msaledrift')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment