Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 10, 2025
1 parent cc81129 commit 9f483b7
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 @@ -66,7 +66,7 @@ fi

# Builds the desktop app
# TODO: use a spec instead of long winded command line
pyinstaller $(printf %s "$PLATFORM_OPTS") --paths=../.venv/Lib/site-packages:../libs/core:../libs/server \
pyinstaller $(printf %s "$PLATFORM_OPTS") --paths=../.venv/Lib/site-packages:. \
--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 9f483b7

Please sign in to comment.