Skip to content

Commit

Permalink
fix(ci): package(win): fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Jan 11, 2024
1 parent 8d948c7 commit bec03f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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
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 bec03f3

Please sign in to comment.