Skip to content

Commit

Permalink
Force incluing pystray
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 10, 2025
1 parent 85924e9 commit 89f2aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/desktop/build_desktop_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi

# Builds the desktop app
# TODO: use a spec instead of long winded command line
pyinstaller $(printf %s "$PLATFORM_OPTS") \
pyinstaller $(printf %s "$PLATFORM_OPTS") --hidden-import=pystray \
--add-data "./taskbar.png:." --add-data "../../web_ui/build:./web_ui/build" \
--noconfirm --distpath=./desktop/build/dist --workpath=./desktop/build/work \
-n Kiln --specpath=./desktop/build \
Expand Down

0 comments on commit 89f2aac

Please sign in to comment.