silver
silver copied to clipboard
SILVER - A cross-platform service/daemon wrapper with in-build auto-update, crash resilience and more.
Enable make.go to accept GOOS and GOARCH as external parameters so that silver binaries for different platforms can be built from a single checkout. This PR doesn't break the existing...
Silver builds on an older go version (1.13). Windows defender detected a virus ( false positive) in silver binary, so I changed the Go version 1.17 to solve it. I...
Small typo fix
"note" ==> "not"
This is a way of keeping silver alive on Windows for user-level services (not managed by services.msc). This also adds a new key in silver config to configure crashlog location....
Build process should build both 32-bit and 64-bit, and clearly label.
Add support to "include" config from other locations or versioned subdirectories. This will allow application configuration to evolve over time with updates.
Always should be an ongoing focus... but we can do a bit better now.