From 60a5ed63c5feede94fb31c049d145ec94efa7d4e Mon Sep 17 00:00:00 2001 From: kdusek Date: Sun, 7 Dec 2025 23:18:47 +0100 Subject: [PATCH] Add correct libpython path for GitHub Actions toolcache --- gotify-tray.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotify-tray.spec b/gotify-tray.spec index 99e387c..ac49c28 100644 --- a/gotify-tray.spec +++ b/gotify-tray.spec @@ -10,7 +10,7 @@ logo = "gotify_tray/gui/images/logo.ico" if platform.system() != "Darwin" else " a = Analysis(['gotify_tray/__main__.py'], pathex=[os.getcwd()], - binaries=[], + binaries=[('/opt/hostedtoolcache/Python/3.13.9/x64/lib/libpython3.13.so', '.'), ('/opt/hostedtoolcache/Python/3.13.9/x64/lib/libpython3.13.so.1.0', '.')], datas=[('gotify_tray/gui/images', 'gotify_tray/gui/images'), ('gotify_tray/gui/themes', 'gotify_tray/gui/themes')], hiddenimports=[], hookspath=[],