From 63a30e48d2929c7766c272ab615d255b565843ca Mon Sep 17 00:00:00 2001 From: poly000 <1348292515a@gmail.com> Date: Thu, 11 Jan 2024 21:54:13 +0800 Subject: [PATCH] fix Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b15446a82b..66e57dfbf3 100644 --- a/Makefile +++ b/Makefile @@ -61,8 +61,8 @@ test: lint unittest BUNDLE_FLAGS= ifeq ($(OS),Windows_NT) - fuo_version=$( echo 'print(__import__("feeluown").__version__, end="")' | python | tr -c '[:digit:]' '.') - create-version-file .metadata.yml --version $fuo_version + fuo_version=$( echo 'print(__import__("feeluown").__version__, end="")' | python | tr -c '[:digit:]' '.' ) + create-version-file .metadata.yml --version ${fuo_version} BUNDLE_FLAGS += --name FeelUOwn BUNDLE_FLAGS += --icon feeluown/gui/assets/icons/feeluown.ico BUNDLE_FLAGS += --version-file version_file.txt