Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows binaries setup command #60

Open
nothingalike opened this issue Feb 15, 2021 · 2 comments
Open

Windows binaries setup command #60

nothingalike opened this issue Feb 15, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@nothingalike
Copy link
Member

> [email protected] binaries:win32 C:\Cardano\LIFT\lift-wallet
> sh .build/binaries.sh win32

'sh' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] binaries:win32: `sh .build/binaries.sh win32`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] binaries:win32 script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

shell not working on windows

@nothingalike nothingalike added the bug Something isn't working label Feb 15, 2021
@nothingalike
Copy link
Member Author

@rcmorano after your update, i get this now

image

@rcmorano
Copy link
Member

rcmorano commented Feb 19, 2021

For the sake of simplicity and normalization at the time of building releases for the 3 supported platforms, you'll need these dependencies:

  • bash
  • wget

They are easy to handle in github actions, but I'm not really sure how we would suggest installing them on Windows. Probably using choco [0].

Thoughts?

[0] https://chocolatey.org/install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants