From 2f7c8113582f40df1bbb70414dab2ca7b82bd589 Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Tue, 16 Feb 2021 21:19:03 +0100 Subject: [PATCH] =?UTF-8?q?:rocket:=20Nouvelle=20version=20bient=C3=B4t=20?= =?UTF-8?q?faite,=20=C3=A0=20l'arrache=20sans=20compiler=20avec=20Electron?= =?UTF-8?q?=20mais=20en=20mettant=20=C3=A0=20jour=20les=20.zip=20=C3=A0=20?= =?UTF-8?q?la=20main=20:rofl:.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 66545d6..ccacf67 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ test_app: install_node_npm: sudo apt install nodejs npm sudo npm install -g electron electron-packager + # npm install electron electron-packager install_deps: install_bower install_node