From d5dc0add7208019fc611a875ab4d9b9c14e7e4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Mon, 6 May 2024 17:19:33 +0200 Subject: [PATCH] build: set aw-server.spec contents_directory='.' --- aw-qt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/aw-qt.spec b/aw-qt.spec index 24b05fa..d91ca67 100644 --- a/aw-qt.spec +++ b/aw-qt.spec @@ -46,6 +46,7 @@ exe = EXE(pyz, a.scripts, exclude_binaries=True, name='aw-qt', + contents_directory=".", debug=False, strip=False, upx=True,