Skip to content

Instantly share code, notes, and snippets.

@cruor99
Created May 30, 2019 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cruor99/7a46fa4e70c6bb95121985f93fe8b082 to your computer and use it in GitHub Desktop.
Save cruor99/7a46fa4e70c6bb95121985f93fe8b082 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\\Kjetil\\code\\msale-driftsapp'],
binaries=[],
datas=[],
hiddenimports=['kivymd.theming', 'kivymd', 'kivymd.selectioncontrols', 'kivymd.card', 'kivymd.tabs', 'kivymd.menu'],
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='msaledrift',
debug=False,
strip=False,
upx=True,
console=True )
coll = COLLECT(exe, Tree('.'),
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