Skip to content
Snippets Groups Projects
Verified Commit 271b917d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

cosmic-files: use winit feature

parent 54e178c4
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ branch = "master" ...@@ -5,7 +5,7 @@ branch = "master"
[build] [build]
template = "custom" template = "custom"
script = """ script = """
cookbook_cargo --no-default-features cookbook_cargo --no-default-features --features winit
mkdir -pv "${COOKBOOK_STAGE}/ui/apps" mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/20_cosmic-files" cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/20_cosmic-files"
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment