Skip to content

Commit

Permalink
API Console: Build trime.yaml for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Apr 3, 2024
1 parent d69618d commit 90c4bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/rime_api_console.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ int main(int argc, char* argv[]) {
rime->initialize(NULL);
rime->start_quick();
rime->deploy_config_file("common.yaml", "config_version");
rime->deploy_config_file("trime.yaml", "config_version");
rime->deploy();
rime->join_maintenance_thread();
fprintf(stderr, "ready.\n");
Expand Down

0 comments on commit 90c4bb1

Please sign in to comment.