├── README.md ├── Scripts ├── __init__.py ├── disk.py ├── plist.py ├── reveal.py ├── run.py └── utils.py ├── license ├── macOS Installer Creator.command └── macOS Installer Creator.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/Scripts/__init__.py -------------------------------------------------------------------------------- /Scripts/disk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/Scripts/disk.py -------------------------------------------------------------------------------- /Scripts/plist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/Scripts/plist.py -------------------------------------------------------------------------------- /Scripts/reveal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/Scripts/reveal.py -------------------------------------------------------------------------------- /Scripts/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/Scripts/run.py -------------------------------------------------------------------------------- /Scripts/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/Scripts/utils.py -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/license -------------------------------------------------------------------------------- /macOS Installer Creator.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/macOS Installer Creator.command -------------------------------------------------------------------------------- /macOS Installer Creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/corpnewt/USB-Installer-Creator/HEAD/macOS Installer Creator.py --------------------------------------------------------------------------------