2 Commits

Author SHA1 Message Date
6894ba4601 Fixed missmatched INI link
All checks were successful
Generate Release Files / generate-releases (push) Successful in 39s
2026-02-10 17:29:45 +01:00
90002e2273 bugfixed boot files
Quoted the Paths, otherwise it didn't work
2026-02-10 17:10:39 +01:00
5 changed files with 5 additions and 9 deletions

View File

@@ -1,3 +1,2 @@
[boot]
try:
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/apps/apps.ini /switch/.packages/OmniNX Downloader/include/apps/apps.ini
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/apps/apps.ini '/switch/.packages/OmniNX Downloader/include/apps/apps.ini'

View File

@@ -1,3 +1,2 @@
[boot]
try:
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/emulation/emulation.ini /switch/.packages/OmniNX Downloader/include/emulation/emulation.ini
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/emulation/emulation.ini '/switch/.packages/OmniNX Downloader/include/emulation/emulation.ini'

View File

@@ -27,7 +27,7 @@ download 'https://cdn.niklascfw.de/switch/pack/inis/Ubuntu_Jammy.ini' '/bootload
[Ubuntu_Noble.ini - SD]
try:
download 'https://cdn.niklascfw.de/switch/pack/inis/Ubuntu_Jammy_eMMC.ini' '/bootloader/ini/'
download 'https://cdn.niklascfw.de/switch/pack/inis/Ubuntu_Noble.ini' '/bootloader/ini/'
[Stock_CFW.ini - SysMMC]
try:

View File

@@ -1,3 +1,2 @@
[boot]
try:
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/overlays/overlays.ini /switch/.packages/OmniNX Downloader/include/overlays/overlays.ini
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/overlays/overlays.ini '/switch/.packages/OmniNX Downloader/include/overlays/overlays.ini'

View File

@@ -1,3 +1,2 @@
[boot]
try:
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/sysmodules/sysmodules.ini /switch/.packages/OmniNX Downloader/include/sysmodules/sysmodules.ini
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/sysmodules/sysmodules.ini '/switch/.packages/OmniNX Downloader/include/sysmodules/sysmodules.ini'