glugun: add experimental warning when embedding node

This commit is contained in:
CanadaHonk 2022-12-13 15:32:33 +00:00
parent 916f556e9d
commit a841844a78

View File

@ -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'));