subframe7536 / maple-font

[try V7!] Maple Mono: Open source monospace font with round corner, ligatures and Nerd-Font for IDE and command line. 带连字和控制台图标的圆角等宽字体,中英文宽度完美2:1
SIL Open Font License 1.1
4.41k stars 62 forks source link

压缩包解压错误 #132

Closed oeyoews closed 10 months ago

oeyoews commented 10 months ago
image

在windows 11 上直接解压失败

subframe7536 commented 10 months ago

sha校验一下

resticDOG commented 10 months ago

sha校验一下

Get-FileHash -Algorithm SHA1 .\Downloads\MapleMono-SC-NF.zip

Algorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA1            2DB1FFF9F999628B5532897264052482C705143C

文件hash

{
    "NF": "88d5b47e71f08316be8194b38b3f22fc29874031",
    "otf": "6133ae1a15ac43ec5202944966613477dc77d2a4",
    "SC-NF": "2db1fff9f999628b5532897264052482c705143c",
    "ttf": "0f3a8456d3fb43fa67feb046d9d01c673d77b786",
    "ttf-autohint": "5b8e2dd32ebaa6d7c0191b6d1c8f73135f3a4d96",
    "woff2": "d74130ee3d0f9cf5cdecb0e5ba186630af46dfff"
}

不解压直接在文件管理器下打开报的错:

image

subframe7536 commented 10 months ago

尴尬了,这个没测试过😅

用的python自带的压缩工具打包的 https://github.com/subframe7536/maple-font/blob/d1df695abf70ff4e9e8a8de00d24d1c43dc47b4a/source/build.py#L285

我用的是bandizip,没遇到过这种问题

subframe7536 commented 10 months ago

Windows似乎不支持BZIP2编码

oeyoews commented 10 months ago

我看 win11 自带了解压功能, 就把bandzip删掉了

subframe7536 commented 10 months ago

v6.4.1 修复