A simple app that downloads a .zip package with another app in it, installs it and runs.
- Clone repository
- Fill Config.swift
- Build
- Downloads a .zip using a link specified in Config.swift
- Unzips it to a temporary location
- Moves all .app packages that were present in a .zip package to the /Applications folder or any other specified in Config.swift
- Runs the freshly installed app(s) and closes itself
- Ability to delete the installer itself after the installation finishes