add new input types and fix input bug that only shows up on windows (how predictable)

This commit is contained in:
2024-10-15 22:52:27 +01:00
parent 5eb2a0e789
commit 60cbda6d9d
7 changed files with 133 additions and 50 deletions

View File

@@ -1,2 +1,2 @@
@echo off
go build -trimpath -ldflags="-s -w" -o bin/argon.exe ./src
go build -trimpath -ldflags="-s -w" -tags WINDOWS -o bin/argon.exe ./src