Compare commits
No commits in common. 'abf1d1ee959ac256a7058181e7a79d8c6ae491df' and '6a2efb03e5adfff5062a18fa479a25b1a9cfa56f' have entirely different histories.
abf1d1ee95
...
6a2efb03e5
@ -1,6 +0,0 @@
|
|||||||
/venv
|
|
||||||
/dist
|
|
||||||
/build
|
|
||||||
/__pycache__
|
|
||||||
my_data.db
|
|
||||||
.DS_Store
|
|
@ -1,45 +0,0 @@
|
|||||||
# -*- mode: python ; coding: utf-8 -*-
|
|
||||||
|
|
||||||
|
|
||||||
a = Analysis(
|
|
||||||
['bunnysync.py'],
|
|
||||||
pathex=[],
|
|
||||||
binaries=[],
|
|
||||||
datas=[('images/realrabbit.ico', 'images'), ('images/realrabbit2.png', 'images')],
|
|
||||||
hiddenimports=[],
|
|
||||||
hookspath=[],
|
|
||||||
hooksconfig={},
|
|
||||||
runtime_hooks=[],
|
|
||||||
excludes=[],
|
|
||||||
noarchive=False,
|
|
||||||
optimize=0,
|
|
||||||
)
|
|
||||||
pyz = PYZ(a.pure)
|
|
||||||
|
|
||||||
exe = EXE(
|
|
||||||
pyz,
|
|
||||||
a.scripts,
|
|
||||||
a.binaries,
|
|
||||||
a.datas,
|
|
||||||
[],
|
|
||||||
name='bunnysync',
|
|
||||||
debug=False,
|
|
||||||
bootloader_ignore_signals=False,
|
|
||||||
strip=False,
|
|
||||||
upx=True,
|
|
||||||
upx_exclude=[],
|
|
||||||
runtime_tmpdir=None,
|
|
||||||
console=False,
|
|
||||||
disable_windowed_traceback=False,
|
|
||||||
argv_emulation=False,
|
|
||||||
target_arch=None,
|
|
||||||
codesign_identity=None,
|
|
||||||
entitlements_file=None,
|
|
||||||
icon=['images/realrabbit.ico'],
|
|
||||||
)
|
|
||||||
app = BUNDLE(
|
|
||||||
exe,
|
|
||||||
name='bunnysync.app',
|
|
||||||
icon='images/realrabbit.ico',
|
|
||||||
bundle_identifier=None,
|
|
||||||
)
|
|
Loading…
Reference in New Issue