From dccdb390af47d7fda38f2859f8f946adcdcbbb10 Mon Sep 17 00:00:00 2001 From: antelle Date: Mon, 27 Jan 2020 23:33:03 +0100 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture.md b/Architecture.md index def4158..d43dff3 100644 --- a/Architecture.md +++ b/Architecture.md @@ -97,4 +97,4 @@ Desktop apps are created with Electron. The app is bundled with WebPack and built with Grunt. While it's so 2010s to use Grunt nowadays, it's still far ahead of using npm scripts and perfectly does the job of running different actions with JS. However it't not used for any of web bundle building tasks, this part is completely moved to WebPack. -Desktop apps are packaged with [electron-packager](https://github.com/electron/electron-packager) and then built into distributables with Grunt. We're not using [electron-builder](https://www.electron.build) because the installers are heavily customized and patching it is harder than implement them on our own. \ No newline at end of file +Desktop apps are packaged with [electron-packager](https://github.com/electron/electron-packager) and then built into distributables with Grunt. We're not using [electron-builder](https://www.electron.build) because the installers are heavily customized and patching it is harder than implementing them on our own. \ No newline at end of file