Skip to content

Commit

Permalink
Added the comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
biast12 committed Nov 15, 2024
1 parent 395cd15 commit 2eb22ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ hiddenimports: list[str] = [
]

if sys.platform == "linux":
# Needed files for better system tray support on Linux via pystray (AppIndicator backend).
arch = platform.machine()
datas.append((Path(f"/usr/lib/{arch}-linux-gnu/girepository-1.0/AyatanaAppIndicator3-0.1.typelib"), "gi_typelibs"))
binaries.append((Path(f"/usr/lib/{arch}-linux-gnu/libayatana-appindicator3.so.1"), "."))
Expand Down

0 comments on commit 2eb22ab

Please sign in to comment.