diff --git a/include/apps/boot_package.ini b/include/apps/boot_package.ini index fb6125e..0920b9e 100644 --- a/include/apps/boot_package.ini +++ b/include/apps/boot_package.ini @@ -1,3 +1,3 @@ [boot] -; Versions are now in apps.ini section names (e.g. [DBI_EN - 864]). -; No boot steps needed; exec boot removed from package.ini for [*Apps]. +try: +download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/apps/apps.ini /switch/.packages/OmniNX Downloader/include/apps/apps.ini diff --git a/include/emulation/boot_package.ini b/include/emulation/boot_package.ini index c70542b..5bfeef2 100644 --- a/include/emulation/boot_package.ini +++ b/include/emulation/boot_package.ini @@ -1,2 +1,3 @@ [boot] -; Versions are in emulation.ini section names (e.g. [melonDS - 7.2.1]). No boot steps needed. +try: +download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/emulation/emulation.ini /switch/.packages/OmniNX Downloader/include/emulation/emulation.ini \ No newline at end of file diff --git a/include/overlays/boot_package.ini b/include/overlays/boot_package.ini index 68f63de..ae51d20 100644 --- a/include/overlays/boot_package.ini +++ b/include/overlays/boot_package.ini @@ -1,2 +1,3 @@ [boot] -; Versions are in overlays.ini section names. No boot steps needed. +try: +download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/overlays/overlays.ini /switch/.packages/OmniNX Downloader/include/overlays/overlays.ini diff --git a/include/sysmodules/boot_package.ini b/include/sysmodules/boot_package.ini index dfe07f3..8caa415 100644 --- a/include/sysmodules/boot_package.ini +++ b/include/sysmodules/boot_package.ini @@ -1,2 +1,3 @@ [boot] -; Versions are in sysmodules.ini section names. No boot steps needed. +try: +download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/sysmodules/sysmodules.ini /switch/.packages/OmniNX Downloader/include/sysmodules/sysmodules.ini diff --git a/package.ini b/package.ini index 2af9431..76de8d3 100644 --- a/package.ini +++ b/package.ini @@ -25,6 +25,7 @@ package_source ./include/updater/updater.ini [*Apps] ;mode=forwarder +exec boot ./include/apps/boot_package.ini package_source ./include/apps/apps.ini [*Betriebssysteme] @@ -33,12 +34,15 @@ package_source ./include/os/os.ini [*Emulatoren] ;mode=forwarder +exec boot ./include/emulation/boot_package.ini package_source ./include/emulation/emulation.ini [*System Module] ;mode=forwarder +exec boot ./include/sysmodules/boot_package.ini package_source ./include/sysmodules/sysmodules.ini [*Overlays] ;mode=forwarder +exec boot ./include/overlays/boot_package.ini package_source ./include/overlays/overlays.ini