Skip to content

GlazeWM.exe (from commit 7e3ffb14cb75f6aed65abba5534070c91e7bc737)

Latest

Choose a tag to compare

@ysl2 ysl2 released this 17 Mar 04:23
· 88 commits to master since this release

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

glzr-io/glazewm@7e3ffb1

# 在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