Erik Nylund

Results 7 comments of Erik Nylund

I too would appreciate instructions for how to build the binaries. I think this would be an important tool to have in situations like the false positive trojan windows binary...

> Sorry for the late response. Fully agree, this is necessary however, what about this: > https://github.com/cryptoadvance/specter-desktop/blob/master/docs/build-instructions.md > > Any feedback highly appreciated if it doesn't fit your needs. Thanks...

@k9ert Following the instructions, I was able to complete the first part using a Python:3.8 docker container. There seem to be a step missing to install the requirements, by adding...

I did a bit more digging and found that the proper way to build is probably through `./build-unix.sh` (https://github.com/cryptoadvance/specter-desktop/blob/master/pyinstaller/build-unix.sh) since this creates the version.txt and wraps the second and third...

No worries, I appreciate your input! If you think it would help I can provide a PR with updated instructions on how to build it from start to end. I've...

> Oh man, again too much time for answering! Yes, definitely PRs would be highly appreciated! The challenge here is to make it easy for both usecases: Manual builds AND...

Reading more into the docs I guess it's somewhat automated if this https://github.com/cryptoadvance/specter-desktop/blob/master/docs/continuous-integration.md#releasing is still up to date.