Compare commits
No commits in common. '115eb8d0c6c64e42bb570dae98c443d07f8a1938' and '722aa4ef3a5fdd0f7f8188fadb58647c7b107ac0' have entirely different histories.
115eb8d0c6
...
722aa4ef3a
@ -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