pmq20 / node-packer

Packing your Node.js application into a single executable.
MIT License
3.07k stars 199 forks source link

how to use the latest source code to build binary, instead of using the old 1.5.0 version? #152

Open cheongpeibin opened 4 years ago

cheongpeibin commented 4 years ago

I am wondering how can I use the latest source code to build a binary, I can't seem to find the instructions in readme page.

pmq20 commented 4 years ago

@cheongpeibin Hi Pei Bin, I have updated the README to include procedures to try out the latest source code. However, the latest master is probably still buggy. I'm working on make it work.

Download

Unstable Pre-release

Whenever the master branch CI succeeded, a Node.js Packer pre-release binary would be automatically generated. Here is the latest unstable pre-release build:

OS Arch. Executable
Windows x64 https://github.com/pmq20/node-packer/releases/download/windows-x64/nodec.exe
macOS x64 https://github.com/pmq20/node-packer/releases/download/darwin-x64/nodec
Linux x64 https://github.com/pmq20/node-packer/releases/download/linux-x64/nodec
cheongpeibin commented 4 years ago

@pmq20 Hi Minqi, noted on this. Thanks for the swift response.

sido420 commented 3 years ago

any updates on this?