Separate tags with comma
This commit is contained in:
parent
50ec8ff4db
commit
e24b06b0f6
3 changed files with 6 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ modules:
|
|||
dest: src/github.com/unrud/remote-touchpad
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- . /usr/lib/sdk/golang/enable.sh; env GOPATH="$(pwd)" go build -tags 'portal x11' github.com/unrud/remote-touchpad
|
||||
- . /usr/lib/sdk/golang/enable.sh; env GOPATH="$(pwd)" go build -tags portal,x11 github.com/unrud/remote-touchpad
|
||||
- install -Dm0755 -t /app/bin remote-touchpad
|
||||
- install -Dm0755 -t /app/bin src/github.com/unrud/remote-touchpad/desktop/remote-touchpad-wait-on-error
|
||||
- install -Dm0644 -t /app/share/metainfo src/github.com/unrud/remote-touchpad/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue