Skip to content

Commit

Permalink
fix(build): correct zip structure
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Mar 22, 2024
1 parent 8ee5ddc commit a487ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _build flavor:
build: clean (_build "latte") (_build "frappe") (_build "macchiato") (_build "mocha")

_zip flavor:
zip -r {{output_dir}}/catppuccin-{{flavor}}.zip {{output_dir}}/catppuccin-{{flavor}}
cd {{output_dir}} ; zip -r catppuccin-{{flavor}}.zip catppuccin-{{flavor}}

# Generate zips
zip: build (_zip "latte") (_zip "frappe") (_zip "macchiato") (_zip "mocha")
Expand Down

0 comments on commit a487ae2

Please sign in to comment.