Adding a compiler for the app.

This commit is contained in:
Tristan Roux
2019-03-29 22:03:50 +01:00
parent 794a1f6c5f
commit c2c25da85c
11 changed files with 5385 additions and 3303 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ app.on("ready", () =>
{
createWindow();
protocol.registerFileProtocol("eau", (request, callback) =>
protocol.registerHttpProtocol("eau", (request, callback) =>
{
console.log(request.url);
console.log("callback: " + callback.name);