Skip to content

Innovation Infusion

Compare
Choose a tag to compare
@PoloNX PoloNX released this 30 Oct 14:41
· 4 commits to master since this release

Changelog EN

  • Added translators in the About tab.
  • Directly implemented system update installation in AtmoPackUpdater (#18).
  • Added a choice for the homebrew path.
  • Added a custom pack tab.
    • If you want to configure a custom pack, please modify the file located at /config/AtmoPackUpdater/config.json as shown below.

Changelog FR

  • Ajout des traducteurs dans l'onglet À propos
  • Implémentation directe de l'installation de la mise à jour du système dans AtmoPackUpdater (#18).
  • Ajout d'un choix pour le chemin de sauvegarde des homebrews
  • Ajout d'un onglet pour les packs customisés
    • Si vous voulez faire une config avec un pack customisé veuillez modifier le fichier situé dans /config/AtmoPackUpdater/config.json comme ci-dessous
{
    "auto-update" : false,
    "custom-pack" : [
          {
               "name": "Name of the pack",
               "url": "Url of the direct download link"
          }
     ]
}