commit 7e3ffb14cb75f6aed65abba5534070c91e7bc737
Author: Lars Berger [email protected]
Date: Wed Jul 10 16:59:09 2024 +0800
fix: correct uses of renamed `show_error_dialog` fn
这是删除C#之前的最后一个commit
# 在Windows上编译:
dotnet publish ./GlazeWM.App/GlazeWM.App.csproj --configuration=Release --runtime=win-x64 --output=. --self-contained -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true
# 在MacOS上编译:
dotnet publish ./GlazeWM.App/GlazeWM.App.csproj --configuration=Release --runtime=win-x64 --output=. --self-contained -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:EnableWindowsTargeting=true