Now supports High Sierra
This commit is contained in:
Buster Collings
2017-11-06 13:18:44 -06:00
parent 3236d592f5
commit ca1c8a32fc

View File

@@ -1,6 +1,6 @@
{ {
"name": "osxiso", "name": "osxiso",
"version": "1.0.0", "version": "2.0.0",
"description": "Create a bootable ISO of OS X / macOS, from the installation app file.", "description": "Create a bootable ISO of OS X / macOS, from the installation app file.",
"global": "1", "global": "1",
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin", "install": "install -c osxiso ${PREFIX:-/usr/local}/bin",
@@ -15,4 +15,3 @@
}, },
"homepage": "https://github.com/busterc/osx-iso" "homepage": "https://github.com/busterc/osx-iso"
} }