glugun: add experimental warning when embedding node
This commit is contained in:
parent
916f556e9d
commit
a841844a78
@ -113,7 +113,7 @@ const _buildWin32 = async (name, dir) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (embedNode) {
|
if (embedNode) {
|
||||||
log('Embedding Node...');
|
log('Embedding Node... (VERY EXPERIMENTAL!)');
|
||||||
|
|
||||||
const binary = name + '.exe';
|
const binary = name + '.exe';
|
||||||
const hasHtml = false; // await exists(join(buildDir, 'index.html'));
|
const hasHtml = false; // await exists(join(buildDir, 'index.html'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user