From fb263e84a9308de0a5e9ab18ba8612c165fd6f9d Mon Sep 17 00:00:00 2001 From: Jakub Cuth Date: Mon, 20 Apr 2020 17:10:02 +0000 Subject: [PATCH] Add license to windows build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9d91f310..5e17da8a 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ ${DEPLOY_DIR}/darwin: ${EXE_TARGET} ${DEPLOY_DIR}/windows: ${EXE_TARGET} cp ./internal/frontend/share/icons/logo.ico ${DEPLOY_DIR}/windows/ + cp LICENSE ${DEPLOY_DIR}/windows/ ${EXE_TARGET}: check-has-go gofiles ${ICO_FILES} update-vendor rm -rf deploy ${GOOS} ${DEPLOY_DIR}