Browse Source

Updated Makefile to include newest foohid release

Thomas Buck 7 years ago
parent
commit
af60c5feea
No account linked to committer's email address
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Makefile

+ 5
- 2
Makefile View File

@@ -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

Loading…
Cancel
Save