mattcollier / noxious

A secure, decentralized, and anonymous instant messaging client built on Electron
MIT License
25 stars 0 forks source link

Improve build scripts #3

Closed mattcollier closed 9 years ago

mattcollier commented 9 years ago

Testing has revealed that the ursa build process handled by the build scripts is very sensitive to the version on atom-shell in use.

The current build scripts are set to version 0.22.1.

A tester had atom-shell version 21.2 installed and encountered errors on application launch. Once the versions were matched, noxious operated properly.

It would seem the the locally installed binary supersedes the atom-shell included in the dependencies even when 'npm start' is used to launch noxious.

The build scripts need to be made smarter.

mattcollier commented 9 years ago

No longer an issue since ursa dependency has been removed.