DGP-Studio / Snap.Hutao

实用的开源多功能原神工具箱 🧰 / Multifunctional Open-source Genshin Impact Toolkit 🧰
https://hut.ao
MIT License
3.9k stars 185 forks source link

[Feat]: 将 MSIX 格式安装包添加至 winget 软件源 #1853

Closed Dragon1573 closed 1 month ago

Dragon1573 commented 1 month ago

检查清单

背景与动机

想要实现或优化的功能

应用能够被 winget.exe 支持。

Lightczx commented 1 month ago

@Masterain98 @qhy040404 Any automation possibility?

Dragon1573 commented 1 month ago

更多信息

当前,winget-pkgs 团队已配置对此安装包进行自动化测试(包括 Azure Pipelines 无人自动化测试与 Azure VM 人工测试)。经测试发现,此应用能够被 winget.exe 正确在系统中完成安装,但无法被正确启动。

此安装包的元信息描述文件由 Komac 产生,经其自动分析,配置文件中存在如下内容:

RestrictedCapabilities:
- runFullTrust
- unvirtualizedResources

这是否表明,此应用仅能在真实(非虚拟化或嵌套虚拟化)操作系统环境上运行?另有用户在个人 Windows 11 amd64 设备上进行安装测试,能够正常启动应用程序。

Masterain98 commented 1 month ago
RestrictedCapabilities:
- runFullTrust
- unvirtualizedResources

Snap Hutao is a Windows MSIX AppContainer application, which means virtualized file system and registry. However, to realize some features, including account switch, frame rate unlocker, etc. Snap Hutao needs to modify unvirtualized resources by gaining full access. Microsoft Store denied listing apps like this, so Winget will probably do the same.

github-actions[bot] commented 2 weeks ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topic.