修复较旧Linux arm64系统下无法启动软件的问题

pull/1211/head
lyswhut 2023-02-03 01:00:31 +08:00
parent 5ee7c5a319
commit 448e1cd0c3
5 changed files with 2 additions and 1 deletions

View File

@ -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',
}

View File

@ -14,3 +14,4 @@
### 修复
- 修复播放下载列表的歌曲时,调整歌词偏移时间功能异常的问题
- 修复较旧Linux arm64系统下无法启动软件的问题将预构建模块的编译器版本降级glibc到2.27#1161