Bläddra i källkod

Updated Makefile to include newest foohid release

Thomas Buck 7 år sedan
förälder
incheckning
af60c5feea
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 5 tillägg och 2 borttagningar
  1. 5
    2
      Makefile

+ 5
- 2
Makefile Visa fil

@@ -46,8 +46,11 @@ distribute: build/Installer.pkg
46 46
 # Download foohid binary dependency
47 47
 build/foohid.pkg:
48 48
 	@mkdir -p build
49
-	curl -o build/foohid.pkg \
50
-		-L https://github.com/unbit/foohid/releases/download/0.1/foohid.pkg
49
+	curl -o build/foohid.dmg \
50
+		-L https://github.com/unbit/foohid/releases/download/0.2.1/foohid-0.2.1.dmg
51
+	hdiutil attach build/foohid.dmg
52
+	cp /Volumes/foohid/foohid-0.2.1.pkg build/foohid.pkg
53
+	umount /Volumes/foohid
51 54
 
52 55
 # Create installer pkg for our App
53 56
 build/SerialGamepad.pkg: build/Release/SerialGamepad.app

Laddar…
Avbryt
Spara