2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-10 16:12:21 +00:00
nativefier/src/build
Tyler Nickerson aeb6ba1a8c
Add "quiet" flag to suppress all log output (PR #1342)
In working on my own repo [hop](https://github.com/Nickersoft/hop), which uses nativefier under-the-hood, I found it very troublesome to suppress log output when using the programmatic API. This PR just adds a quick "quiet" option which will set the log level to "silent" and suppress all electron and nativefier output (except for errors, of course).

Co-authored-by: Ronan Jouchet <ronan@jouchet.fr>
2022-01-23 16:01:29 -05:00
..
buildIcon.ts Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00
buildNativefierApp.ts Add "quiet" flag to suppress all log output (PR #1342) 2022-01-23 16:01:29 -05:00
prepareElectronApp.test.ts Fix logging out users on upgrade / app recreate with same URL (fix #1176) (PR #1179) 2021-05-03 11:16:50 -04:00
prepareElectronApp.ts Fix upgrade not working (#1286) 2021-11-29 12:01:20 -05:00