From d38adc00d295b3ca2fa3dfc3b739bafce8481210 Mon Sep 17 00:00:00 2001 From: Azizul Hakimi Mohd Yussuf Izzudin Date: Wed, 27 Jun 2018 10:32:40 +0800 Subject: [PATCH] Add dependencies Add dependencies to makefile where running ```make dep``` will install the go dependecies --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 51adf86..2af985a 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,14 @@ APP_NAME := $(shell scripts/get_app_name.py) default: build +dep: + go get -u github.com/asticode/go-astilectron + go get -u github.com/asticode/go-astilectron-bundler/... + go get -u github.com/asticode/go-astichartjs + go get -u github.com/asticode/go-astilectron-bootstrap + go get -u github.com/google/uuid + go get -u github.com/mitchellh/go-ps + build: cd src/; astilectron-bundler -v