diff --git a/README.md b/README.md index c576f4c..51c0e24 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ### Nexe -[![Join the chat at https://gitter.im/jaredallard/nexe](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jaredallard/nexe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Dependency Status](https://david-dm.org/jaredallard/nexe.svg)](https://david-dm.org/jaredallard/nexe) +[![Join the chat at https://gitter.im/jaredallard/nexe](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jaredallard/nexe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Dependency Status](https://david-dm.org/jaredallard/nexe.svg)](https://david-dm.org/jaredallard/nexe) [![Stories in Ready](https://badge.waffle.io/jaredallard/nexe.svg?label=ready&title=Ready)](http://waffle.io/jaredallard/nexe) +[![Circle CI](https://circleci.com/gh/jaredallard/nexe/tree/master.svg?style=svg)](https://circleci.com/gh/jaredallard/nexe/tree/master) Nexe is a command-line utility that compiles your Node.js application into a single executable file. diff --git a/test/embeded-files/package.json b/test/embeded-files/package.json index 518aafb..bd56803 100644 --- a/test/embeded-files/package.json +++ b/test/embeded-files/package.json @@ -20,6 +20,7 @@ "temp": "../src", "debug": false, "runtime": { + "nodeConfigureOpts": ["--fully-static"], "framework": "node", "version": "5.7.0" }