feat: install rmenu to cargo-bin path

This commit is contained in:
imgurbot12 2023-08-07 16:07:20 -07:00
parent 5cc40a564a
commit 32ec532697

View File

@ -4,11 +4,13 @@ CARGO=cargo
FLAGS=--release FLAGS=--release
DEST=$(HOME)/.config/rmenu DEST=$(HOME)/.config/rmenu
INSTALL=$(CARGO_PATH)/bin
install: build deploy install: build deploy
deploy: deploy:
mkdir -p ${DEST} mkdir -p ${DEST}
cp -vf ./target/release/rmenu ${INSTALL}/rmenu
cp -vf ./target/release/desktop ${DEST}/drun cp -vf ./target/release/desktop ${DEST}/drun
cp -vf ./target/release/run ${DEST}/run cp -vf ./target/release/run ${DEST}/run
cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml