Skip to content

Commit

Permalink
chore: Fix Makefile Platform.targets update for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed Feb 25, 2024
1 parent 46aaeee commit 8f6a59c
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 @@ -51,7 +51,7 @@ patch-version: ## Patch the version for UniLaunch
@if [ "$(call _is_osx)" ]; then \
sed -i '' -e 's/<Version>.*<\/Version>/<Version>$(patched_version)<\/Version>/' Platform.targets; \
else \
sed -e 's/<Version>.*<\/Version>/<Version>$(patched_version)<\/Version>/' Platform.targets; \
sed -i 's/<Version>.*<\/Version>/<Version>$(patched_version)<\/Version>/' Platform.targets; \
fi

extract_version_command = $(shell awk -F'[<>]' '/<Version>/{print $$3}' Platform.targets)
Expand Down

0 comments on commit 8f6a59c

Please sign in to comment.