Change OutputType
in LapisItemEditor/LapisItemEditor.csproj
from Exe
to WinExe
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained false
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false