diff --git a/Makefile b/Makefile index 9b4213f..aafc568 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export GITREV := $(shell git rev-parse HEAD 2>/dev/null | cut -c1-8) export VERSION_MAJOR := 3 export VERSION_MINOR := 0 export VERSION_MICRO := 0 -export VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)-rc1 +export VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)-rc2 ifneq ($(strip $(GITREV)),) export VERSION := $(VERSION)-$(GITREV) diff --git a/Makefile.3ds b/Makefile.3ds index 179a4b7..9110e30 100644 --- a/Makefile.3ds +++ b/Makefile.3ds @@ -287,6 +287,7 @@ $(OUTPUT).cia: $(OUTPUT).elf $(OUTPUT).smdh $(TARGET).bnr $(TOPDIR)/$(RSF_FILE) @echo "built ... $(notdir $@)" $(TARGET).bnr: $(TOPDIR)/$(BNR_IMAGE) $(TOPDIR)/$(BNR_AUDIO) + @[ -d $(dir $@) ] || mkdir -p $(dir $@) @bannertool makebanner -o $@ -i $(TOPDIR)/$(BNR_IMAGE) -a $(TOPDIR)/$(BNR_AUDIO) @echo "built ... $@" diff --git a/README.md b/README.md index 8c11397..083aa7f 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ FTP Server for 3DS/Switch/Linux. ## Latest Builds -CIA: https://mtheall.com/~mtheall/ftpd-3ds.cia +CIA: https://mtheall.com/~mtheall/ftpd.cia -3DSX: https://mtheall.com/~mtheall/ftpd-3ds.3dsx +3DSX: https://mtheall.com/~mtheall/ftpd.3dsx -NRO: https://mtheall.com/~mtheall/ftpd-nx.nro +NRO: https://mtheall.com/~mtheall/ftpd.nro CIA QR Code -![ftpd-3ds.cia](https://github.com/mtheall/ftpd/raw/master/ftpd_qr.png) +![ftpd.cia](https://github.com/mtheall/ftpd/raw/master/ftpd_qr.png) ## Build and install @@ -26,7 +26,7 @@ You must set up the [development environment](https://devkitpro.org/wiki/Getting ### 3DSX -The following pacman packages are required to build `ftpd-3ds.3dsx`: +The following pacman packages are required to build `3ds/ftpd.3dsx`: 3dstools devkitARM @@ -34,13 +34,13 @@ The following pacman packages are required to build `ftpd-3ds.3dsx`: They are available as part of the `3ds-dev` meta-package. -Build `ftpd-3ds.3dsx`: +Build `3ds/ftpd.3dsx`: make 3dsx ### NRO -The following pacman packages are required to build `ftpd-nx.nro`: +The following pacman packages are required to build `switch/ftpd.nro`: devkitA64 libnx @@ -48,7 +48,7 @@ The following pacman packages are required to build `ftpd-nx.nro`: They are available as part of the `switch-dev` meta-package. -Build `ftpd-nx.nro`: +Build `switch/ftpd.nro`: make nro diff --git a/ftpd_qr.png b/ftpd_qr.png index a15c750..9d04fbb 100644 Binary files a/ftpd_qr.png and b/ftpd_qr.png differ