Skip to content

Commit

Permalink
i18n: hardcode/default to chinese, hardcode verison number to 2.3.2 (…
Browse files Browse the repository at this point in the history
…for updates to work)
  • Loading branch information
vgmoose committed Jun 18, 2024
1 parent 28f5cce commit ce80c2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- zh-cn
pull_request:
branches:
- main
- zh-cn

jobs:
all:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
branches:
- main
- pc-builds-ci
- zh-cn
pull_request:
branches:
- main
- zh-cn

jobs:
all:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APP_AUTHOR := 4TU Team
APP_VERSION := 2.3.2

SOURCES += gui console
DEBUG_BUILD := 1
# DEBUG_BUILD := 1

ifeq (wiiu,$(MAKECMDGOALS))
SOURCES += libs/librpxloader/source
Expand Down
2 changes: 1 addition & 1 deletion libs/chesto
Submodule chesto updated 1 files
+4 −5 src/RootDisplay.cpp

0 comments on commit ce80c2e

Please sign in to comment.