Skip to content

Commit

Permalink
Set a default Title ID on the nxjs.nro file
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 12, 2024
1 parent 3fc1df9 commit b9e48e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/calm-tigers-hammer.md
@@ -0,0 +1,5 @@
---
'nxjs-runtime': patch
---

Set a default Title ID on the `nxjs.nro` file
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -38,13 +38,14 @@ include $(DEVKITPRO)/libnx/switch_rules
# NACP building is skipped as well.
#---------------------------------------------------------------------------------
APP_TITLE := nx.js
APP_TITLEID := 0106f2502c7b0000
APP_VERSION := `jq -r .version < ../packages/runtime/package.json`
TARGET := nxjs
BUILD := build
SOURCES := source
DATA := data
INCLUDES := include
ROMFS := romfs
APP_VERSION := `jq -r .version < ../packages/runtime/package.json`

#---------------------------------------------------------------------------------
# options for code generation
Expand Down

0 comments on commit b9e48e6

Please sign in to comment.