Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian committed Aug 24, 2024
1 parent f6ab8f1 commit 6360536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arm9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ifeq ($(strip $(VERSION_BUILD)),)
export VERSION_BUILD := 0
endif

ifeq ($(strip $(shell git describe --tags --match v[0-9]* | sed 's/-chs// | grep -)),)
ifeq ($(strip $(shell git describe --tags --match v[0-9]* | sed 's/-chs//' | grep -)),)
export IS_RELEASE := 1
endif

Expand Down
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Menu rosalinaMenu = {
{ "重启", METHOD, .method = &RosalinaMenu_Reboot },
{ "系统信息", METHOD, .method = &RosalinaMenu_ShowSystemInfo },
{ "官方致谢", METHOD, .method = &RosalinaMenu_ShowCredits },
{ "调试信息", METHOD, .method = &RosalinaMenu_ShowDebugInfo, .visibility = &rosalinaMenuShouldShowDebugInfo },
{ "关于中文版", METHOD, .method = &RosalinaMenu_AboutCnVer },
{ "调试信息", METHOD, .method = &RosalinaMenu_ShowDebugInfo, .visibility = &rosalinaMenuShouldShowDebugInfo },
{},
}
};
Expand Down

0 comments on commit 6360536

Please sign in to comment.