mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-24 18:42:05 +00:00
fix payload not running on some picofly units (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/278)
This commit is contained in:
parent
28f9ebf9e6
commit
13dfb1b707
4 changed files with 7 additions and 7 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
||||||
[submodule "lib/borealis"]
|
[submodule "lib/borealis"]
|
||||||
path = lib/borealis
|
path = lib/borealis
|
||||||
url = https://github.com/HamletDuFromage/borealis
|
url = https://github.com/HamletDuFromage/borealis
|
||||||
[submodule "aiosu-rcm"]
|
[submodule "TegraExplorer"]
|
||||||
path = aiosu-rcm
|
path = TegraExplorer
|
||||||
url = https://github.com/HamletDuFromage/aiosu-rcm
|
url = git@github.com:HamletDuFromage/TegraExplorer.git
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -22,7 +22,7 @@ DATA := data
|
||||||
INCLUDES := include /lib/borealis/library/include/borealis/extern/nlohmann
|
INCLUDES := include /lib/borealis/library/include/borealis/extern/nlohmann
|
||||||
APP_TITLE := All-in-One Switch Updater
|
APP_TITLE := All-in-One Switch Updater
|
||||||
APP_AUTHOR := HamletDuFromage
|
APP_AUTHOR := HamletDuFromage
|
||||||
APP_VERSION := 2.23.1
|
APP_VERSION := 2.23.2
|
||||||
TARGET := $(notdir $(CURDIR))
|
TARGET := $(notdir $(CURDIR))
|
||||||
|
|
||||||
ROMFS := resources
|
ROMFS := resources
|
||||||
|
@ -161,8 +161,8 @@ $(ROMFS):
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
@cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-CN/. $(CURDIR)/$(ROMFS)/i18n/zh-Hans/
|
@cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-CN/. $(CURDIR)/$(ROMFS)/i18n/zh-Hans/
|
||||||
@cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-TW/. $(CURDIR)/$(ROMFS)/i18n/zh-Hant/
|
@cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-TW/. $(CURDIR)/$(ROMFS)/i18n/zh-Hant/
|
||||||
@$(MAKE) -C $(CURDIR)/aiosu-rcm -f $(CURDIR)/aiosu-rcm/Makefile
|
@$(MAKE) -C $(CURDIR)/TegraExplorer -f $(CURDIR)/TegraExplorer/Makefile
|
||||||
@cp $(CURDIR)/aiosu-rcm/output/aio_rcm.bin $(CURDIR)/$(ROMFS)/aio_rcm.bin
|
@cp $(CURDIR)/TegraExplorer/output/TegraExplorer.bin $(CURDIR)/$(ROMFS)/aio_rcm.bin
|
||||||
# @$(MAKE) -C $(CURDIR)/aiosu-forwarder -f $(CURDIR)/aiosu-forwarder/Makefile
|
# @$(MAKE) -C $(CURDIR)/aiosu-forwarder -f $(CURDIR)/aiosu-forwarder/Makefile
|
||||||
@cp $(CURDIR)/aiosu-forwarder/aiosu-forwarder.nro $(CURDIR)/$(ROMFS)/aiosu-forwarder.nro
|
@cp $(CURDIR)/aiosu-forwarder/aiosu-forwarder.nro $(CURDIR)/$(ROMFS)/aiosu-forwarder.nro
|
||||||
|
|
||||||
|
|
1
TegraExplorer
Submodule
1
TegraExplorer
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit eb3098d311d707a0f706135ec4c271b329bce80a
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit ce51c1f22afcf98a9c10fa7013b505ae4e8a25be
|
|
Loading…
Reference in a new issue