Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close: #5 #15
最近刚好遇到这个问题,mac intel 使用
ffmpeg-static
异常报错spawn Unknown system error -86
大概原因是 Github Actions 似乎最近将 macos-laster 从 x86 升级到 M1 芯片,因此后安装的
ffmpeg-static
为arm64的二进制文件类似问题:
desktop/dugite#576 (comment)
可以验证
Video-Subtitle-Master_Mac_1.0.14_x64 安装后 查看
Video.Subtitle.Master-1.0.0.dmg 安装后 查看
macos-laster只有arm64
所以使用
macos-13
单独打包 intel的包为了测试修改是否正确 fork项目 https://github.com/gxr404/video-subtitle-master-fork/releases
有这个错误的用户可以试试验证下下面的版本是否正常,我自己的 mac intel是正常了
Video-Subtitle-Master_Mac_1.0.20_x64.dmg