Add license to windows build

This commit is contained in:
Jakub Cuth
2020-04-20 17:10:02 +00:00
parent 366a9d6d6c
commit fb263e84a9

View File

@ -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}