修复较旧Linux arm64系统下无法启动软件的问题
parent
5ee7c5a319
commit
448e1cd0c3
|
@ -4,7 +4,7 @@ const path = require('path')
|
|||
const { Arch } = require('electron-builder')
|
||||
|
||||
const fileNameMap = {
|
||||
[Arch.arm64]: 'arm64',
|
||||
[Arch.arm64]: 'arm64.glibc27',
|
||||
[Arch.armv7l]: 'armv7l',
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -14,3 +14,4 @@
|
|||
### 修复
|
||||
|
||||
- 修复播放下载列表的歌曲时,调整歌词偏移时间功能异常的问题
|
||||
- 修复较旧Linux arm64系统下无法启动软件的问题(将预构建模块的编译器版本降级glibc到2.27)(#1161)
|
||||
|
|
Loading…
Reference in New Issue