Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Jan 11, 2024
1 parent bec03f3 commit 63a30e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63a30e4

Please sign in to comment.