Skip to content

Commit

Permalink
re-add windowed. It worked without it! See if it works with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 12, 2024
1 parent 8c80f96 commit 1327b43
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 $(printf %s "$PLATFORM_OPTS") --icon="./icon.png" \
pyinstaller $(printf %s "$PLATFORM_OPTS") --windowed --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 1327b43

Please sign in to comment.