Skip to content

Commit

Permalink
Remove --windowed temporarily to debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 12, 2024
1 parent 2ad0485 commit 3c4d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/build_desktop_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

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

0 comments on commit 3c4d9ac

Please sign in to comment.