mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
feat: install rmenu to cargo-bin path
This commit is contained in:
parent
5cc40a564a
commit
32ec532697
2
Makefile
2
Makefile
@ -4,11 +4,13 @@ CARGO=cargo
|
||||
FLAGS=--release
|
||||
|
||||
DEST=$(HOME)/.config/rmenu
|
||||
INSTALL=$(CARGO_PATH)/bin
|
||||
|
||||
install: build deploy
|
||||
|
||||
deploy:
|
||||
mkdir -p ${DEST}
|
||||
cp -vf ./target/release/rmenu ${INSTALL}/rmenu
|
||||
cp -vf ./target/release/desktop ${DEST}/drun
|
||||
cp -vf ./target/release/run ${DEST}/run
|
||||
cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user