Skip to content

Commit

Permalink
replace essay.kct with essay.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Mar 30, 2014
1 parent 749f68e commit f4a1a13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ReleaseHant/
/output/*.dll
/output/*.ime
/output/*.txt
/output/data/*.kct
/output/data/essay.txt
/output/data/*.yaml
/output/expansion/*.yaml
/output/archives
Expand Down
6 changes: 3 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if %build_rime% == 1 (

if %build_data% == 1 (
call :build_data
) else if not exist output\data\essay.kct (
) else if not exist output\data\essay.txt (
call :build_data
)

Expand All @@ -63,10 +63,10 @@ if errorlevel 1 goto error
goto end

:build_data
call :build_essay
rem call :build_essay
copy %work%\LICENSE.txt output\
copy %work%\README.txt output\
copy %work%\brise\essay.kct output\data\
copy %work%\brise\essay.txt output\data\
copy %work%\brise\default.yaml output\data\
copy %work%\brise\symbols.yaml output\data\
copy %work%\brise\preset\*.yaml output\data\
Expand Down
2 changes: 1 addition & 1 deletion librime
Submodule librime updated 202 files
2 changes: 1 addition & 1 deletion output/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ program_files:
File "data\default.yaml"
File "data\symbols.yaml"
File "data\weasel.yaml"
File "data\essay.kct"
File "data\essay.txt"
File "data\*.schema.yaml"
File "data\*.dict.yaml"
; opencc data files
Expand Down

0 comments on commit f4a1a13

Please sign in to comment.