mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +00:00
Fix 45.0.7 broken because of missing "chalk" dep (fix #1324)
This commit is contained in:
parent
e9e523d957
commit
e33aa4ebab
@ -1,7 +1,6 @@
|
|||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
|
|
||||||
import * as electronGet from '@electron/get';
|
import * as electronGet from '@electron/get';
|
||||||
import * as chalk from 'chalk';
|
|
||||||
import electronPackager from 'electron-packager';
|
import electronPackager from 'electron-packager';
|
||||||
import * as fs from 'fs-extra';
|
import * as fs from 'fs-extra';
|
||||||
import * as log from 'loglevel';
|
import * as log from 'loglevel';
|
||||||
@ -131,11 +130,9 @@ export async function buildNativefierApp(
|
|||||||
rawOptions: RawOptions,
|
rawOptions: RawOptions,
|
||||||
): Promise<string | undefined> {
|
): Promise<string | undefined> {
|
||||||
log.warn(
|
log.warn(
|
||||||
new chalk.Instance().yellowBright.bold(
|
'\n\n Hi! Nativefier is minimally maintained these days, and needs more hands.\n' +
|
||||||
'\n\n Hi! Nativefier is minimally maintained these days, and needs more hands.\n' +
|
' If you have the time & motivation, help with bugfixes and maintenance is VERY welcome.\n' +
|
||||||
' If you have the time & motivation, help with bugfixes and maintenance is VERY welcome.\n' +
|
' Please go to https://github.com/nativefier/nativefier and help how you can. Thanks.\n\n',
|
||||||
' Please go to https://github.com/nativefier/nativefier and help how you can. Thanks.\n\n',
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
log.info('\nProcessing options...');
|
log.info('\nProcessing options...');
|
||||||
|
Loading…
Reference in New Issue
Block a user