Closed christopherL91 closed 8 years ago
No, it was just a normal missing bounds check. Fix is in master, try again with
go get -u github.com/cortex/gopass
I'm very happy to see this thing actually built on OSX =)! Would you mind sending a binary?
Nice work :+1: Started using pass when I saw your post on Facebook :v: Sure thing, where do you want me to send it? You can always cross compile as well.
It would be nice to have everything static so that every asset is compiled into the binary. I started experimenting with go-bindata
yesterday but I still haven't figured out what you can do to logo.svg file, since the QML package doesn't support giving external assets as an byte array. The qml file is okey to bundle with the binary if instead of giving it the file path giving it a byte array though the Asset
function. Do you have any suggestions?
I think it should be doable with https://godoc.org/gopkg.in/qml.v1#ResourcesPacker.AddString, but I haven't tested it I added a separate ticket about a full static build here: https://github.com/cortex/gopass/issues/3. PR:s are very welcome =)
Closing this issue since it seems to be working now.
Running on mac osx 10.11.1 with go version 1.5
Crashing on start without any password:
possibly a deadlock somewhere?