Yu-Core / SwashbucklerDiary

侠客日记是一个开源、跨平台的本地日记app,使用MAUI Blazor 构建。"SwashbucklerDiary" is an open source cross-platform local diary app using MAUI Blazor .
GNU Affero General Public License v3.0
797 stars 80 forks source link

.NET 8 MAUI的打包问题 #24

Closed Hdurian-CH closed 7 months ago

Hdurian-CH commented 7 months ago

请教一下在.net 8 中,maui打包Windows平台exe的时候有遇到这个吗?RuntimeIdentifier“win10-x64”

Yu-Core commented 7 months ago

刚试了一下 用命令行打包exe没发现问题 可能你缺少-p:RuntimeIdentifierOverride=win10-x64 https://learn.microsoft.com/zh-cn/dotnet/maui/windows/deployment/publish-unpackaged-cli?view=net-maui-8.0#publish