You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,18 @@ _PS: I havent tested ia32 builds_
144
144
145
145
The output of the build will be present at qode/node/out/Release/<platform> (platform is darwin, win32 or linux)
146
146
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"
Copy file name to clipboardExpand all lines: npm/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@nodegui/qode",
3
-
"version": "1.0.2",
3
+
"version": "1.0.3",
4
4
"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`",
0 commit comments