Add KeePassGO branding assets

This commit is contained in:
Joe Julian
2026-03-31 22:34:36 -07:00
parent beefd51b15
commit eb73cab155
15 changed files with 262 additions and 11 deletions
+2 -2
View File
@@ -58,13 +58,13 @@ go test ./...
Install:
```bash
go install gioui.org/cmd/gogio@latest
go get -tool gioui.org/cmd/gogio@latest
```
Package:
```bash
gogio -target android .
go tool gogio -target android -icon assets/keepassgo-icon.png .
```
You will need the Android SDK and NDK installed and configured for real device or release packaging.