Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Nov 4, 2024
1 parent 9e0b896 commit 5943bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ share-dst := base-dir / 'share'

bin-dst := base-dir / 'bin' / name
desktop-dst := share-dst / 'applications' / appid + '.desktop'
icon-dst := share-dst / 'icons/hicolor/scalable/apps' / appid + '-symbolic.svg'
icon-dst := share-dst / 'icons/hicolor/scalable/apps' / appid + '.svg'
env-dst := rootdir / 'etc/profile.d' / name + '.sh'
schema-dst := share-dst / 'configurator' / appid + '.json'

Expand Down Expand Up @@ -43,7 +43,7 @@ pull: fmt prettier fix test
gen_schema:
cargo test --package configurator config::test::gen_schema -- --ignored

uninstall_schema:
uninstall:
rm {{bin-dst}}
rm {{desktop-dst}}
rm {{icon-dst}}
Expand Down

0 comments on commit 5943bcb

Please sign in to comment.