release: rebuild DatabaseApp.exe with use_pure=True fix for mysql_native_password auth plugin
This commit is contained in:
@@ -1,36 +1,12 @@
|
||||
# -*- mode: python ; coding: utf-8 -*-
|
||||
from kivy_deps import sdl2, glew, angle
|
||||
|
||||
|
||||
a = Analysis(
|
||||
['main.py'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=[
|
||||
'mysql.connector',
|
||||
'mysql.connector.locales',
|
||||
'mysql.connector.locales.eng',
|
||||
'kivy',
|
||||
'kivy.core.window',
|
||||
'kivy.core.window.window_sdl2',
|
||||
'kivy.core.text',
|
||||
'kivy.core.text.text_sdl2',
|
||||
'kivy.core.image',
|
||||
'kivy.core.image.img_sdl2',
|
||||
'kivy.core.image.img_pil',
|
||||
'kivy.core.audio',
|
||||
'kivy.core.clipboard',
|
||||
'kivy.core.clipboard.clipboard_sdl2',
|
||||
'kivy.core.spelling',
|
||||
'kivy.graphics',
|
||||
'kivy.graphics.cgl_backend',
|
||||
'kivy.graphics.cgl_backend.cgl_glew',
|
||||
'kivy.input.providers',
|
||||
'kivy.input.providers.wm_touch',
|
||||
'kivy.input.providers.wm_pen',
|
||||
'win32timezone',
|
||||
'pkg_resources.py2_compat',
|
||||
],
|
||||
hiddenimports=['mysql.connector', 'kivy.core.window.window_sdl2', 'win32timezone'],
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
@@ -45,7 +21,6 @@ exe = EXE(
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.datas,
|
||||
*[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins + angle.dep_bins)],
|
||||
[],
|
||||
name='DatabaseApp',
|
||||
debug=False,
|
||||
|
||||
BIN
dist/DatabaseApp.exe
vendored
Normal file
BIN
dist/DatabaseApp.exe
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user