Add support for absolute paths

In reference to https://github.com/nwg-piotr/nwg-bar/issues/1
This commit is contained in:
wtl
2021-09-23 16:05:17 +03:00
parent c974593f77
commit e341759b9e
2 changed files with 8 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ get:
go get "github.com/sirupsen/logrus"
build:
go build -o bin/nwg-drawer *.go
go build -o bin/nwg-drawer .
install:
mkdir -p /usr/share/nwg-drawer
@@ -21,5 +21,5 @@ uninstall:
rm /usr/bin/nwg-drawer
run:
go build -o bin/nwg-drawer *.go
go build -o bin/nwg-drawer .
bin/nwg-drawer