Skip to content

Commit

Permalink
fix payload not running on some picofly units (closes #278)
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletDuFromage committed Nov 15, 2023
1 parent 28f9ebf commit 13dfb1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
@@ -1,6 +1,6 @@
[submodule "lib/borealis"]
path = lib/borealis
url = https://github.com/HamletDuFromage/borealis
[submodule "aiosu-rcm"]
path = aiosu-rcm
url = https://github.com/HamletDuFromage/aiosu-rcm
[submodule "TegraExplorer"]
path = TegraExplorer
url = git@github.com:HamletDuFromage/TegraExplorer.git
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -22,7 +22,7 @@ DATA := data
INCLUDES := include /lib/borealis/library/include/borealis/extern/nlohmann
APP_TITLE := All-in-One Switch Updater
APP_AUTHOR := HamletDuFromage
APP_VERSION := 2.23.1
APP_VERSION := 2.23.2
TARGET := $(notdir $(CURDIR))

ROMFS := resources
Expand Down Expand Up @@ -161,8 +161,8 @@ $(ROMFS):
@[ -d $@ ] || mkdir -p $@
@cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-CN/. $(CURDIR)/$(ROMFS)/i18n/zh-Hans/
@cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-TW/. $(CURDIR)/$(ROMFS)/i18n/zh-Hant/
@$(MAKE) -C $(CURDIR)/aiosu-rcm -f $(CURDIR)/aiosu-rcm/Makefile
@cp $(CURDIR)/aiosu-rcm/output/aio_rcm.bin $(CURDIR)/$(ROMFS)/aio_rcm.bin
@$(MAKE) -C $(CURDIR)/TegraExplorer -f $(CURDIR)/TegraExplorer/Makefile
@cp $(CURDIR)/TegraExplorer/output/TegraExplorer.bin $(CURDIR)/$(ROMFS)/aio_rcm.bin
# @$(MAKE) -C $(CURDIR)/aiosu-forwarder -f $(CURDIR)/aiosu-forwarder/Makefile
@cp $(CURDIR)/aiosu-forwarder/aiosu-forwarder.nro $(CURDIR)/$(ROMFS)/aiosu-forwarder.nro

Expand Down
1 change: 1 addition & 0 deletions TegraExplorer
Submodule TegraExplorer added at eb3098
1 change: 0 additions & 1 deletion aiosu-rcm
Submodule aiosu-rcm deleted from ce51c1

0 comments on commit 13dfb1b

Please sign in to comment.