Clean project layout and fix release workflow
Some checks failed
build-windows-exe / build (push) Failing after 1m13s

This commit is contained in:
messypy
2026-07-27 23:01:24 +09:00
parent 3ff33e40e3
commit dd165d9301
80 changed files with 2908 additions and 5661 deletions

View File

@@ -13,9 +13,9 @@ import (
)
const (
wmUser = 0x0400
wmTray = wmUser + 1
wmCommand = 0x0111
wmUser = 0x0400
wmTray = wmUser + 1
wmCommand = 0x0111
wmDestroy = 0x0002
wmClose = 0x0010
wmRButtonUp = 0x0205
@@ -37,7 +37,7 @@ const (
idOpen = 1001
idExit = 1002
maxTip = 128
maxClassName = 64
maxClassName = 64
)
type trayApp struct {