Skip to content

Commit

Permalink
fix: uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Jul 11, 2024
1 parent ba81f7c commit db3a32a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ flatpak:
# Uninstalls installed files
uninstall:
rm {{bin-dst}}
rm {{desktop-dst}}
rm {{metainfo-dst}}
for size in `ls {{icons-src}}`; do \
rm "{{icons-dst}}/$size/apps/{{APPID}}.svg"; \
done

# Vendor dependencies locally
vendor:
Expand Down

0 comments on commit db3a32a

Please sign in to comment.