fix: names for examples in justfiles

This commit is contained in:
Ashley Wulber 2023-09-14 15:09:07 -04:00 committed by Michael Murphy
parent c3ae2c0017
commit 3e11b46ab2

View file

@ -1,4 +1,4 @@
examples := 'application cosmic design open_dialog'
examples := 'application cosmic cosmic-design-demo open-dialog'
# Check for errors and linter warnings
check *args: (check-wayland args) (check-winit args) (check-examples args)