diff --git a/customNwManifest.json b/customNwManifest.json new file mode 100644 index 000000000..66e1f06a9 --- /dev/null +++ b/customNwManifest.json @@ -0,0 +1,16 @@ +{ + "latest": "v0.50.3", + "stable": "v0.50.3", + "lts": "v0.14.7", + "versions": [ + { + "version": "v0.50.3", + "files": ["win-x64", "win-ia32", "linux-x64", "linux-ia32", "osx-x64"], + "flavors": ["normal", "sdk"], + "components": { + "node": "15.5.0", + "chromium": "87.0.4280.88" + } + } + ] +} \ No newline at end of file