From 12c7bea7c866e4eb0575cc8b59ffc9c7b38a645e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Mon, 6 May 2024 17:18:49 +0200 Subject: [PATCH] build: set aw-server.spec contents_directory='.' --- aw-watcher-window.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/aw-watcher-window.spec b/aw-watcher-window.spec index 9802f83..a0648d6 100644 --- a/aw-watcher-window.spec +++ b/aw-watcher-window.spec @@ -23,6 +23,7 @@ exe = EXE( a.scripts, exclude_binaries=True, name="aw-watcher-window", + contents_directory=".", debug=False, strip=False, upx=True,