diff --git a/glugun/index.js b/glugun/index.js index f775e2c..d1ac927 100644 --- a/glugun/index.js +++ b/glugun/index.js @@ -113,7 +113,7 @@ const _buildWin32 = async (name, dir) => { } if (embedNode) { - log('Embedding Node...'); + log('Embedding Node... (VERY EXPERIMENTAL!)'); const binary = name + '.exe'; const hasHtml = false; // await exists(join(buildDir, 'index.html'));