From 7f0884b6ac54aa4c245e11e980140c94cc186f2e Mon Sep 17 00:00:00 2001 From: rick Date: Sun, 1 Mar 2020 19:25:16 +0800 Subject: [PATCH] Fix the wrong path of bindata file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab07d18..0e40144 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ gettext: go-xgettext -k=i18n.T "${JCLI_FILES}" > app/i18n/jcli.pot gen-data: - export PATH=$PATH:${PWD}/bin + export PATH=$(PATH):$(shell pwd)/bin cd app/i18n && go-bindata -o bindata.go -pkg i18n jcli/zh_CN/LC_MESSAGES/ image: -- GitLab