Skip to content

Commit

Permalink
Remove unnecessary sudo (which also breaks Flathub build)
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Dec 9, 2024
1 parent 3ca96f1 commit 0ed2a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ done

# remove unused QML files

sudo rm -rf dist/_internal/PyQt6/Qt6/qml
rm -rf dist/_internal/PyQt6/Qt6/qml
echo Qt QML files removed

# remove unused babel translations
Expand Down

0 comments on commit 0ed2a9e

Please sign in to comment.