Skip to content

Commit 38fb100

Browse files
committed
release nodec v0.9.6 (runtime 7.10.0)
1 parent 52a4ef6 commit 38fb100

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Compiling your Node.js application into a single executable.
88

99
| | Master CI | [RAM Test](https://github.com/pmq20/node-compiler-ram) | [Black‑box Test](https://github.com/pmq20/node-compiler-blbt) | Latest Stable |
1010
|:---------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------------------------|
11-
| **Windows** | [![status](https://ci.appveyor.com/api/projects/status/gap9xne0rayjtynp/branch/master?svg=true)](https://ci.appveyor.com/project/pmq20/node-compiler/branch/master) | [![status](https://ci.appveyor.com/api/projects/status/thpogkfsvij3r278/branch/master?svg=true)](https://ci.appveyor.com/project/pmq20/node-compiler-ram/branch/master) | [![status](https://ci.appveyor.com/api/projects/status/83a2wt22mfejiehe?svg=true)](https://ci.appveyor.com/project/pmq20/node-compiler-blbt) | https://sourceforge.net/projects/node-compiler/files/v0.9.5/nodec.exe/download |
12-
| **macOS** | [![status](https://travis-ci.org/pmq20/node-compiler.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler) | [![Status](https://travis-ci.org/pmq20/node-compiler-ram.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-ram) | [![Status](https://travis-ci.org/pmq20/node-compiler-blbt.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-blbt) | https://sourceforge.net/projects/node-compiler/files/v0.9.5/nodec-darwin-x64/download |
13-
| **Linux** | [![status](https://travis-ci.org/pmq20/node-compiler.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler) | [![Status](https://travis-ci.org/pmq20/node-compiler-ram.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-ram) | [![Status](https://travis-ci.org/pmq20/node-compiler-blbt.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-blbt) | https://sourceforge.net/projects/node-compiler/files/v0.9.5/nodec-linux-x64/download |
11+
| **Windows** | [![status](https://ci.appveyor.com/api/projects/status/gap9xne0rayjtynp/branch/master?svg=true)](https://ci.appveyor.com/project/pmq20/node-compiler/branch/master) | [![status](https://ci.appveyor.com/api/projects/status/thpogkfsvij3r278/branch/master?svg=true)](https://ci.appveyor.com/project/pmq20/node-compiler-ram/branch/master) | [![status](https://ci.appveyor.com/api/projects/status/83a2wt22mfejiehe?svg=true)](https://ci.appveyor.com/project/pmq20/node-compiler-blbt) | https://sourceforge.net/projects/node-compiler/files/v0.9.6/nodec.exe/download |
12+
| **macOS** | [![status](https://travis-ci.org/pmq20/node-compiler.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler) | [![Status](https://travis-ci.org/pmq20/node-compiler-ram.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-ram) | [![Status](https://travis-ci.org/pmq20/node-compiler-blbt.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-blbt) | https://sourceforge.net/projects/node-compiler/files/v0.9.6/nodec-darwin-x64/download |
13+
| **Linux** | [![status](https://travis-ci.org/pmq20/node-compiler.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler) | [![Status](https://travis-ci.org/pmq20/node-compiler-ram.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-ram) | [![Status](https://travis-ci.org/pmq20/node-compiler-blbt.svg?branch=master)](https://travis-ci.org/pmq20/node-compiler-blbt) | https://sourceforge.net/projects/node-compiler/files/v0.9.6/nodec-linux-x64/download |
1414

1515
## How it works?
1616

@@ -40,7 +40,7 @@ First install the prerequisites:
4040
including the Community edition (remember to select
4141
"Common Tools for Visual C++ 2015" feature during installation).
4242

43-
Then download the executable [nodec.exe](https://sourceforge.net/projects/node-compiler/files/v0.9.5/nodec.exe/download) and run it from the VC++ or VS Command Prompt.
43+
Then download the executable [nodec.exe](https://sourceforge.net/projects/node-compiler/files/v0.9.6/nodec.exe/download) and run it from the VC++ or VS Command Prompt.
4444

4545
### macOS
4646

@@ -56,7 +56,7 @@ First install the prerequisites:
5656

5757
Then,
5858

59-
curl -L https://sourceforge.net/projects/node-compiler/files/v0.9.5/nodec-darwin-x64/download > nodec
59+
curl -L https://sourceforge.net/projects/node-compiler/files/v0.9.6/nodec-darwin-x64/download > nodec
6060
chmod +x nodec
6161
./nodec
6262

@@ -72,7 +72,7 @@ First install the prerequisites:
7272

7373
Then,
7474

75-
curl -L https://sourceforge.net/projects/node-compiler/files/v0.9.5/nodec-linux-x64/download > nodec
75+
curl -L https://sourceforge.net/projects/node-compiler/files/v0.9.6/nodec-linux-x64/download > nodec
7676
chmod +x nodec
7777
./nodec
7878

tests/node-compiler-blbt

0 commit comments

Comments
 (0)