From 5943bcbda1c103207ffbef3974e5f60f3ac90ef6 Mon Sep 17 00:00:00 2001 From: wiiznokes <78230769+wiiznokes@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:47:59 +0100 Subject: [PATCH] Update justfile --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index f0833bd..82dcc61 100644 --- a/justfile +++ b/justfile @@ -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' @@ -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}}