erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Source zip file doesn't include quixe directory contents #101

Closed rubereaglenest closed 6 years ago

rubereaglenest commented 6 years ago

In the releases page, the source code in zip, has no contents for the quixe directory, so the build fails with error. I've downloaded the last version of quixe and dropped the files there and now the build continues normally in that point (it fails later, but that is another story).

erkyrath commented 6 years ago

That's correct. Quixe is supposed to be installed by the "preinstall" step of the npm install.

I wrote that step in a hacky way which presupposes both bash and git being available, but that's a separate problem. Sorry...

rubereaglenest commented 6 years ago

Ah, that's because I jumped directly to the Package a game instructions, maybe it could worth to add the step " npm install - if you didn't do it before."