Skip to content

Commit

Permalink
add manifest file to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Jul 27, 2020
1 parent 3e03820 commit 3b9acbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for:
build_script:
- MSBuild "C:\imewlconverter\src\IME WL Converter WinForm.sln" /t:Rebuild /p:Configuration=Release
after_build:
- 7z a imewlconverter_Windows.zip "C:\imewlconverter\src\IME WL Converter Win\bin\Release\*.exe" "C:\imewlconverter\src\IME WL Converter Win\bin\Release\ImeWlConverterCore.dll" "C:\imewlconverter\src\IME WL Converter Win\bin\Release\Readme.txt"
- 7z a imewlconverter_Windows.zip "C:\imewlconverter\src\IME WL Converter Win\bin\Release\*.exe" "C:\imewlconverter\src\IME WL Converter Win\bin\Release\ImeWlConverterCore.dll" "C:\imewlconverter\src\IME WL Converter Win\bin\Release\Readme.txt" "C:\imewlconverter\src\IME WL Converter Win\bin\Release\*.manifest"
test_script:
- nunit3-console "C:\imewlconverter\src\ImeWlConverterCoreTest\bin\Release\net46\ImeWlConverterCoreTest.dll" -result=myresults.xml;format=AppVeyor
artifacts:
Expand Down
2 changes: 1 addition & 1 deletion src/IME WL Converter Win/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ QQ的分类词库格式还没有研究出来怎么解析。
2.6版增加了对Emoji颜文字的支持,微软拼音自定义短语支持小鹤双拼编码。
2.7版增加了对QQ拼音新细胞词库qcel格式的支持,增加了MacOS原生拼音自定义短语plist的支持。升级dotnet到3.1。
2.8版增加了对微软拼音自学习词库的导入导出功能,增强了微软拼音自定义短语对双拼的支持,增加错误日志输出,启用新的CI和CD。

2.9版增加了对GBoard手机输入法的词库导入导出功能。
如果还有更多的词库需要转换,或者对该词库转换工具有什么建议,请联系我:[email protected]
我的博客:http://studyzy.cnblogs.com

Expand Down

0 comments on commit 3b9acbd

Please sign in to comment.