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 -*-
|
# -*- mode: python ; coding: utf-8 -*-
|
||||||
from kivy_deps import sdl2, glew, angle
|
|
||||||
|
|
||||||
a = Analysis(
|
a = Analysis(
|
||||||
['main.py'],
|
['main.py'],
|
||||||
pathex=[],
|
pathex=[],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[],
|
datas=[],
|
||||||
hiddenimports=[
|
hiddenimports=['mysql.connector', 'kivy.core.window.window_sdl2', 'win32timezone'],
|
||||||
'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',
|
|
||||||
],
|
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
hooksconfig={},
|
hooksconfig={},
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
@@ -45,7 +21,6 @@ exe = EXE(
|
|||||||
a.scripts,
|
a.scripts,
|
||||||
a.binaries,
|
a.binaries,
|
||||||
a.datas,
|
a.datas,
|
||||||
*[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins + angle.dep_bins)],
|
|
||||||
[],
|
[],
|
||||||
name='DatabaseApp',
|
name='DatabaseApp',
|
||||||
debug=False,
|
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