Skip to content

reekystive/bilibili-ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bilibili-ports

哔哩哔哩官方客户端移植,支持 macOS,Linux,Windows,三平台均支持 x64 和 arm64。

该移植基于哔哩哔哩官方 Windows 客户端。

图标来自于 macOSicons,作者 @Mashiro

截图

macOS

Screen Shot

Linux

Screen Shot

Windows

Screen Shot

在 macOS 上构建

$ brew install p7zip
$ npm install
$ npm run build

构建产物在 out 文件夹中。

在 macOS 和 Linux 上进行 Windows 平台的构建需要安装 Wine。

Electron 镜像

如果 Build 时 Electron 下载过慢,可以执行

$ export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
$ npm run build