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
|
||||
test4/test4
|
||||
test5/test5
|
||||
example-systray/example-systray
|
||||
|
|
|
@ -31,6 +31,8 @@ make
|
|||
![test image](example-table/screenshot.png)
|
||||
## example-gui
|
||||
![test image](example-gui/capture.gif)
|
||||
## example-systray
|
||||
![test image](example-systray/capture.mp4)
|
||||
|
||||
# License
|
||||
|
||||
|
|
|
@ -2,5 +2,13 @@ build:
|
|||
go build
|
||||
./example-systray
|
||||
|
||||
init:
|
||||
apt install libappindicator3-dev
|
||||
|
||||
run:
|
||||
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