add a screen capture
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
b3f7c47383
commit
118456011e
|
@ -3,3 +3,4 @@ test2/test2
|
||||||
test3/test3
|
test3/test3
|
||||||
test4/test4
|
test4/test4
|
||||||
test5/test5
|
test5/test5
|
||||||
|
example-systray/example-systray
|
||||||
|
|
|
@ -31,6 +31,8 @@ make
|
||||||

|

|
||||||
## example-gui
|
## example-gui
|
||||||

|

|
||||||
|
## example-systray
|
||||||
|

|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,13 @@ build:
|
||||||
go build
|
go build
|
||||||
./example-systray
|
./example-systray
|
||||||
|
|
||||||
|
init:
|
||||||
|
apt install libappindicator3-dev
|
||||||
|
|
||||||
run:
|
run:
|
||||||
go run *.go
|
go run *.go
|
||||||
|
|
||||||
|
# should update every go dependancy (?)
|
||||||
|
update:
|
||||||
|
git pull
|
||||||
|
go get -v -t -u .
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue