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 e1832d8 commit 98379d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/desktop/build_desktop_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ if [[ $* != *--skip-web* ]]; then
fi



# Building the bootloader ourselves helps not be falsely detected as malware by antivirus software on windows.
if [[ $* == *--build-bootloader* ]]; then
echo "Building bootloader"
source ../.venv/bin/activate
echo "Building pyinstaller inlucding bootloader"
source ../../.venv/bin/activate

ROOT_DIR=$PWD
mkdir -p desktop/build/bootloader
Expand Down

0 comments on commit 98379d0

Please sign in to comment.