kindle manager

This commit is contained in:
douboer
2020-06-30 12:06:07 +08:00
parent 6aed9982f6
commit 338e83ab25
27 changed files with 82164 additions and 77 deletions

37
kman.spec Normal file
View File

@@ -0,0 +1,37 @@
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(['D:\\kman', 'kmanapp.py'],
pathex=['C:\\Users\\admin\\AppData\\Local\\Programs\\Python\\Python37-32\\Lib\\site-packages\\shiboken2', 'D:\\kman'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
[],
exclude_binaries=True,
name='kman',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=True , icon='kmanapp.ico')
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='kman')