Skip to content

Commit

Permalink
fixes for 2.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Jan 27, 2025
1 parent 72fb317 commit b835ab6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Nintendo Switch
on:
workflow_dispatch:
push:
branches: [ switch-port-2.2.14 ]
branches: [ switch-port-2.2.15 ]
pull_request:
branches: [ switch-port-2.2.14 ]
branches: [ switch-port-2.2.15 ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions Makefile_cfgs/Platforms/Switch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif
SUFFIX = .elf
PKGSUFFIX = .nro

SRB2VERSION = 2.2.14
SRB2VERSION = 2.2.15
APPDIR=$(OUTDIR)/switch/$(NAME)
ASSETSDIR=./assets
NROUPDATEZIPNAME=$(NAME)_$(SRB2VERSION).update.nro.zip
Expand All @@ -26,7 +26,7 @@ ZIPSTEPS=1

$(OUTDIR)/$(NAME)$(PKGSUFFIX): $(OUTDIR)/$(NAME)$(SUFFIX)
@echo -n "Building nro..."
@$(NACPTOOL) --create "Sonic Robo Blast 2" "Sonic Team Jr, Craftyawesome, heyjoeway, carstene1ns" "$(SRB2VERSION) r2" $(OUTDIR)/details.nacp
@$(NACPTOOL) --create "Sonic Robo Blast 2" "Sonic Team Jr, Craftyawesome, heyjoeway, carstene1ns" "$(SRB2VERSION)" $(OUTDIR)/details.nacp
@elf2nro $< $@ --icon=./src/sdl/SRB2Switch/icon.jpg --nacp=$(OUTDIR)/details.nacp

ifdef ZIPSTEPS
Expand Down
2 changes: 1 addition & 1 deletion downloadassets.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
FULLURL="https://github.com/STJr/SRB2/releases/download/SRB2_release_2.2.14/SRB2-v2214-Full.zip"
FULLURL="https://github.com/STJr/SRB2/releases/download/SRB2_release_2.2.15/SRB2-v2215-Full.zip"
PATCHURL=""
DOWNLOADCMD="curl -Lo"

Expand Down

0 comments on commit b835ab6

Please sign in to comment.