mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Document child process named "Electron" when building windows apps under non-Windows and without Wine (fix #1022)
This commit is contained in:
parent
fd88d5199f
commit
b8b5cd5bc4
@ -91,6 +91,8 @@ function trimUnprocessableOptions(options: AppOptions): void {
|
|||||||
log.warn(
|
log.warn(
|
||||||
`*Not* setting [${optionsPresent.join(', ')}], as couldn't find Wine.`,
|
`*Not* setting [${optionsPresent.join(', ')}], as couldn't find Wine.`,
|
||||||
'Wine is required when packaging a Windows app under on non-Windows platforms.',
|
'Wine is required when packaging a Windows app under on non-Windows platforms.',
|
||||||
|
'Also, note that Windows apps built under non-Windows platforms without Wine *will lack* certain',
|
||||||
|
'features, like a correct icon and process name. Do yourself a favor and install Wine, please.',
|
||||||
);
|
);
|
||||||
for (const keyToUnset of optionsPresent) {
|
for (const keyToUnset of optionsPresent) {
|
||||||
options[keyToUnset] = null;
|
options[keyToUnset] = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user