Flatpak: Update dependencies

This commit is contained in:
Unrud 2020-08-26 03:30:27 +02:00
parent 41ef45d345
commit fd854f8b16

View file

@ -14,11 +14,11 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/golang/net url: https://github.com/golang/net
commit: a91f0712d120a21e49061d61eb6ba9b88cb0d376 commit: 3edf25e44fccea9e11b919341e952fca722ef460
dest: src/golang.org/x/net dest: src/golang.org/x/net
- type: git - type: git
url: https://github.com/skip2/go-qrcode url: https://github.com/skip2/go-qrcode
commit: 9434209cb0863a5f3c316b49a8abb7f7dc80610a commit: da1b6568686e89143e94f980a98bc2dbd5537f13
dest: src/github.com/skip2/go-qrcode dest: src/github.com/skip2/go-qrcode
- type: git - type: git
url: https://github.com/elazarl/go-bindata-assetfs url: https://github.com/elazarl/go-bindata-assetfs
@ -42,5 +42,5 @@ modules:
- | - |
for s in 64 128 256 512; do for s in 64 128 256 512; do
install -Dm0644 src/github.com/unrud/remote-touchpad/desktop/remote-touchpad_${s}.png \ install -Dm0644 src/github.com/unrud/remote-touchpad/desktop/remote-touchpad_${s}.png \
/app/share/icons/hicolor/${s}x${s}/apps/com.github.unrud.RemoteTouchpad.png /app/share/icons/hicolor/${s}x${s}/apps/com.github.unrud.RemoteTouchpad.png || exit 1
done done