소스 검색

Updated Makefile to include newest foohid release

Thomas Buck 7 년 전
부모
커밋
af60c5feea
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5
    2
      Makefile

+ 5
- 2
Makefile 파일 보기

@@ -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…
취소
저장