Skip to content

Commit

Permalink
nix: fix Qt6 wrapQtApp script
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Dec 23, 2024
1 parent e541fe3 commit 923baa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nix-wrap-run-qt6-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###

rm .QOwnNotes-wrapped* || true
nix-shell -p qt6Packages.qt5.wrapQtAppsHook --run "wrapQtApp QOwnNotes"
nix-shell -p kdePackages.wrapQtAppsHook qt6.qtbase --run "wrapQtApp QOwnNotes"
./QOwnNotes "$@"
exit_status=$?
rm ./QOwnNotes
Expand Down

0 comments on commit 923baa5

Please sign in to comment.