We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68a149 commit 8ecc373Copy full SHA for 8ecc373
Makefile
@@ -42,7 +42,7 @@ setup: \
42
43
# Mutagen resources
44
$(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)):
45
- curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(subst Coder ,,$(notdir $@))" -o "$@"
+ curl -sL "https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$(shell basename "$@")" -o "$@"
46
chmod +x "$@"
47
48
$(XCPROJECT): $(PROJECT)/project.yml
0 commit comments