Quellcode durchsuchen

Updated Makefile to include newest foohid release

Thomas Buck vor 7 Jahren
Ursprung
Commit
af60c5feea
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5
    2
      Makefile

+ 5
- 2
Makefile Datei anzeigen

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

Laden…
Abbrechen
Speichern