diff --git a/component/Makefile b/component/Makefile index e43cdb8..3090ab8 100644 --- a/component/Makefile +++ b/component/Makefile @@ -27,7 +27,7 @@ clean: .PHONY: all xam component install uninstall clean vendor # Path to xamarin-component.exe (get it from https://components.xamarin.com/guidelines) -XAMARIN_COMPONENT ?= /usr/libexec/xamarin-component/xamarin-component.exe +XAMARIN_COMPONENT ?= ./xamarin-component.exe # Path to mono, which by default should be on your PATH. MONO ?= mono diff --git a/component/xamarin-component.exe b/component/xamarin-component.exe new file mode 100755 index 0000000..3af8d8e Binary files /dev/null and b/component/xamarin-component.exe differ