You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that providing only the .msi installer on Windows can avoid some initial confusion for users, since .exe is essentially an executable file and doesn't quite resemble a true installer.
描述你的建议
.msiand.exeinstallers forcodexu/note-gen, while only the.exeinstaller is published on the https://github.com/microsoft/winget-pkgs side..msiinstaller on Windows can avoid some initial confusion for users, since.exeis essentially an executable file and doesn't quite resemble a true installer..msifiles are the final answer on Windows. Discussions like Deprecation of MSI and EXE based installers in lieu of MSIX PowerShell/PowerShell#27292 demonstrate that Microsoft is fully adopting.msixbundleand the convenient.zipformat on Windows to replace.msiand.exe. Now, on Windows 11, executingwinget install --id Microsoft.PowerShell --source winget --exactwill actually install https://github.com/PowerShell/PowerShell/releases/download/v7.6.3/PowerShell-7.6.3.msixbundle , not the.msior.exeinstaller..msixbundleinstaller tocodexu/note-genand remove the release of both.msiand.exeinstallers. Also see [feat] Windows - Build MSIX Packages to Support Package Extensions tauri-apps/tauri#4818 and https://github.com/Choochmeque/tauri-windows-bundle .