install as a pip package

This commit is contained in:
dries.k
2022-03-21 18:58:59 +01:00
parent 311f40643e
commit 8186121508
9 changed files with 121 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
block_cipher = None
a = Analysis(['entry_point.py'],
a = Analysis(['gotify_tray/__main__.py'],
pathex=[os.getcwd()],
binaries=[],
datas=[('gotify_tray/gui/images', 'gotify_tray/gui/images')],