Philipp Hörist pushed to branch osx at gajim / gajim
Commits:
a60479f1 by Philipp Hörist at 2026-07-30T21:04:49+02:00
Fix hooks path
- - - - -
1 changed file:
- mac/gajim.spec
Changes:
=====================================
mac/gajim.spec
=====================================
@@ -59,7 +59,7 @@ a = Analysis(
pathex=[cwd],
datas=[("gajim", "gajim")],
hiddenimports=hiddenimports,
- hookspath=[os.path.join(SPECPATH, 'hooks')],
+ hookspath=[os.path.join(os.getcwd(), "mac", "hooks")],
hooksconfig={
"gi": {
"module-versions": {
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a60479f13e1962a7588d22999478d7b53c0cf1cd
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a60479f13e1962a7588d22999478d7b53c0cf1cd
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]