Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit c0bc5d4

Browse files
committed
adds readme and bumps version
1 parent fe540f1 commit c0bc5d4

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@ _PS: I havent tested ia32 builds_
144144

145145
The output of the build will be present at qode/node/out/Release/<platform> (platform is darwin, win32 or linux)
146146

147+
## Configurations (Available from qode v1.0.3)
148+
149+
Additional configurations can be done via a qode.json file in the same directory as that of the qode binary.
150+
151+
`qode.json`
152+
153+
```javascript
154+
{
155+
distPath: "./dist/index.js"; // This will try to load the index.js inside dist folder when qode.exe is run. Internally it just adds NODE_OPTIONS="--require ./dist/index.js"
156+
}
157+
```
158+
147159
## License
148160

149161
The MIT license.

npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodegui/qode",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Qode is a lightly modified fork of Node.js that merges Node's event loop with Qt's event loop. It is designed to be used together with `@nodegui/nodegui`",
55
"main": "index.js",
66
"bin": {
@@ -19,4 +19,4 @@
1919
"got": "^9.6.0",
2020
"progress": "^2.0.3"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)