Skip to content

Commit

Permalink
usar vercion en data adicional
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 committed Dec 19, 2022
1 parent f6a7198 commit eca7f6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ VERSION_MAJOR := 2
VERSION_MINOR := 6
VERSION_MICRO := 5

VERSION_EXDAT := 1
APP_TITLE := RipJKAnimeNX
APP_AUTHOR := AngelXex & Kronos2308
APP_VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}
Expand Down Expand Up @@ -175,6 +176,10 @@ all: $(BUILD)

$(BUILD):
@echo '{"V":"$(APP_VERSION)"}'>romfs/V
@echo '$(VERSION_EXDAT)'>romfs/ED
@echo '$(VERSION_EXDAT)'>imgs/theme/ED
@echo 'ExtData V$(VERSION_EXDAT)'
@echo '$(shell /opt/devkitPro/tools/bin/build_romfs.exe imgs/theme imgs/themes00.romfs)' >/dev/null
@[ -d $@ ] || mkdir -p $@
@[ -d $(CURDIR)/$(OUTDIR) ] || mkdir -p $(CURDIR)/$(OUTDIR)
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
Expand Down
1 change: 1 addition & 0 deletions imgs/theme/ED
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
Binary file modified imgs/themes00.romfs
Binary file not shown.
1 change: 1 addition & 0 deletions romfs/ED
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1

0 comments on commit eca7f6e

Please sign in to comment.