Add release auto-update launcher
All checks were successful
build-windows-exe / build (push) Successful in 1m47s

This commit is contained in:
every_holiday
2026-06-24 02:08:19 +09:00
parent 760d6988cb
commit 8bff7af6bc
5 changed files with 283 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
package buildinfo
var (
Version = "dev"
BuildTime = "unknown"
)