mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-28 22:05:03 +01:00
feat: install rmenu to cargo-bin path
This commit is contained in:
parent
5cc40a564a
commit
32ec532697
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue