diff --git a/scripts/create-icons.js b/scripts/create-icons.js index 6445bc8..4d6430e 100644 --- a/scripts/create-icons.js +++ b/scripts/create-icons.js @@ -19,7 +19,7 @@ async function generateIcons() { const icnsOutPath = path.join(buildDir, 'icon.icns'); if (!fs.existsSync(pngPath)) { - console.warn("WARNING: No icon.png found in your webhapp's UI assets."); + console.warn("WARNING: No icon.png found. If you're using the systray option, an icon.png (256x256 pixel) is required to be provided at the root level of your webhapp's UI assets."); return; }