https://github.com/std-microblock/BetterNCM-Installer
一键安装 Better 系软件
https://github.com/std-microblock/BetterNCM-Installer
Last synced: 4 months ago
JSON representation
一键安装 Better 系软件
- Host: GitHub
- URL: https://github.com/std-microblock/BetterNCM-Installer
- Owner: std-microblock
- License: gpl-3.0
- Created: 2022-04-16T09:28:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T16:30:49.000Z (over 1 year ago)
- Last Synced: 2025-01-16T13:33:30.672Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.71 MB
- Stars: 2,066
- Watchers: 8
- Forks: 185
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BetterNCM Installer II
PC版网易云客户端插件管理器
一键安装 [BetterNCM V2](https://github.com/MicroCBer/BetterNCM)
**网易云版本必须 `>=2.10.2`**


# 手动安装流程
1. 从 BetterNCM 仓库下载最新版 `BetterNCMII.dll`
2. 打开网易云音乐安装目录,将上一步下载的 `BetterNCMII.dll` 复制进去并改名为 `msimg32.dll`
# 插件库
已在 BetterNCM 内置
# 构建
```bash
cargo +nightly build --release -Z build-std=core,alloc,std,panic_abort -Z build-std-features=panic_immediate_abort --target i686-pc-windows-msvc
```