Deprecate fixed-webview artifact for Windows build
Author: 3gf8jv4dvCreated Sep 13, 2026Updated Sep 17, 2026
LabelsT: FeatureS: Untriaged
需求 / Requirement
Adjust the build configuration to remove the fixed-webview artifact from the build.
建议实现 / Suggested implements
Here’s why:
- Most users already have WebView2 preinstalled on their systems, so they do not need this type of release.
- For users who have installed multiple Tauri apps, having each app include its own copy of WebView2 is not best practice, as it wastes disk space. A better choice is to install WebView2 system-wide and keep automatic updates.
- The fixed-webview release uses a fixed version of WebView2, which may result in an outdated core (chromium) and expose users to potential risks.
- Removing the fixed-webview artifact makes the list of release artifacts more concise and reduces file size.
This proposal aims to recommend two measures:
- Remove all fixed-webview artifacts completely
- Keep only the fixed-webview artifacts corresponding to the portable artifacts
备注 / Addition details
No response
Clash Nyanpasu 版本号 / Clash Nyanpasu
2.0.0
是否为 Pre-release / Is pre-release version
自查步骤 / Verify steps
- 如果您有足够的时间和能力,并愿意为此提交 PR,请勾上此复选框 / Pull request is welcome. Check this if you want to start a pull request
- 您已仔细查看并知情 Q&A 中的内容 / You have checked Q&A carefully
- 您已搜索过 Issue Tracker,没有找到类似内容 / I have searched on Issue Tracker, No duplicate or related open issue has been found
- 您确保这个 Issue 只提及一个功能。如果您有多个功能请求,烦请发起多个 Issue / Ensure there is only one feature request in this issue. Please make multiply issue for multiply feature request
- 您确保已使用最新 Pre-release 版本测试,并且该功能在最新 Pre-release 版本中并未实现 / This feature have not implemented in latest Pre-release version
Source: libnyanpasu/clash-nyanpasu